summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/uicommanddescription.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-05-24 22:20:19 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-05-24 22:29:38 +0900
commitd428360e48f069622b0aeccf74b88af0be632be8 (patch)
treead5cc5540e59746c70a43f8169e08963ae590c00 /framework/source/uielement/uicommanddescription.cxx
parentfix excel row height export problems ( I hope ) fdo#50304 (diff)
downloadcore-d428360e48f069622b0aeccf74b88af0be632be8.tar.gz
core-d428360e48f069622b0aeccf74b88af0be632be8.zip
removed unused const char[]
Change-Id: Ia5f26c13e7bae42685230769fa86b52703eb2f7e
Diffstat (limited to 'framework/source/uielement/uicommanddescription.cxx')
-rw-r--r--framework/source/uielement/uicommanddescription.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index a14d5938d54d..3cd314c8eda7 100644
--- a/framework/source/uielement/uicommanddescription.cxx
+++ b/framework/source/uielement/uicommanddescription.cxx
@@ -79,8 +79,6 @@ struct ModuleToCommands
const char* pCommands;
};
-static const char GENERIC_UICOMMANDS[] = "generic";
-static const char COMMANDS[] = "Commands";
static const char CONFIGURATION_ROOT_ACCESS[] = "/org.openoffice.Office.UI.";
static const char CONFIGURATION_CMD_ELEMENT_ACCESS[] = "/UserInterface/Commands";
static const char CONFIGURATION_POP_ELEMENT_ACCESS[] = "/UserInterface/Popups";