From 937cfcb53ee06be25071c10f503e7746cedd326d Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Wed, 5 Feb 2014 01:41:25 +0000 Subject: remove unnecessary file --- editors/openoffice-devel/files/patch-configmgr | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 editors/openoffice-devel/files/patch-configmgr (limited to 'editors/openoffice-devel/files') 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 - #include // using the boost container because it explicitly allows recursive types - #include - -@@ -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(); } -- cgit v1.2.3