diff options
author | Maho Nakata <maho@FreeBSD.org> | 2014-02-05 01:41:25 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2014-02-05 01:41:25 +0000 |
commit | 937cfcb53ee06be25071c10f503e7746cedd326d (patch) | |
tree | e7d81cc012d3c5a8a18fcfe9d7c67cdc48e71476 /editors/openoffice-devel | |
parent | 8543a6a9209b05db87930e8fb6b2a77c837c399c (diff) | |
download | ports-937cfcb53ee06be25071c10f503e7746cedd326d.tar.gz ports-937cfcb53ee06be25071c10f503e7746cedd326d.zip |
Notes
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-configmgr | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/openoffice-devel/files/patch-configmgr b/editors/openoffice-devel/files/patch-configmgr deleted file mode 100644 index 5e078d6a34a1..000000000000 --- a/editors/openoffice-devel/files/patch-configmgr +++ /dev/null @@ -1,19 +0,0 @@ ---- configmgr/source/partial.hxx -+++ configmgr/source/partial.hxx -@@ -26,6 +26,7 @@ - - #include "sal/config.h" - -+#include <boost/functional/hash.hpp> - #include <boost/unordered_map.hpp> // using the boost container because it explicitly allows recursive types - #include <set> - -@@ -50,7 +51,7 @@ public: - - private: - struct Node { -- typedef boost::unordered_map< rtl::OUString, Node > Children; -+ typedef boost::unordered_map< rtl::OUString, Node, rtl::OUStringHash > Children; - - Node(): startInclude(false) {} - void clear() { startInclude=false; children.clear(); } |