summaryrefslogtreecommitdiff
path: root/framework/source/uielement/menubarmerger.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/menubarmerger.cxx')
-rw-r--r--framework/source/uielement/menubarmerger.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/framework/source/uielement/menubarmerger.cxx b/framework/source/uielement/menubarmerger.cxx
index eb3b291ff66d..628f1d857ee1 100644
--- a/framework/source/uielement/menubarmerger.cxx
+++ b/framework/source/uielement/menubarmerger.cxx
@@ -23,15 +23,15 @@
using namespace ::com::sun::star;
-static const char SEPARATOR_STRING[] = "private:separator";
+const char SEPARATOR_STRING[] = "private:separator";
-static const char MERGECOMMAND_ADDAFTER[] = "AddAfter";
-static const char MERGECOMMAND_ADDBEFORE[] = "AddBefore";
-static const char MERGECOMMAND_REPLACE[] = "Replace";
-static const char MERGECOMMAND_REMOVE[] = "Remove";
+const char MERGECOMMAND_ADDAFTER[] = "AddAfter";
+const char MERGECOMMAND_ADDBEFORE[] = "AddBefore";
+const char MERGECOMMAND_REPLACE[] = "Replace";
+const char MERGECOMMAND_REMOVE[] = "Remove";
-static const char MERGEFALLBACK_ADDPATH[] = "AddPath";
-static const char MERGEFALLBACK_IGNORE[] = "Ignore";
+const char MERGEFALLBACK_ADDPATH[] = "AddPath";
+const char MERGEFALLBACK_IGNORE[] = "Ignore";
namespace framework
{