summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2014-02-05 01:41:25 +0000
committerMaho Nakata <maho@FreeBSD.org>2014-02-05 01:41:25 +0000
commit937cfcb53ee06be25071c10f503e7746cedd326d (patch)
treee7d81cc012d3c5a8a18fcfe9d7c67cdc48e71476 /editors/openoffice-devel/files
parent- Update to 6.5 (diff)
remove unnecessary file
Notes
Notes: svn path=/head/; revision=342619
Diffstat (limited to 'editors/openoffice-devel/files')
-rw-r--r--editors/openoffice-devel/files/patch-configmgr19
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(); }