summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/cfgitem.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/starmath/source/cfgitem.cxx b/starmath/source/cfgitem.cxx
index 4b1bd12c2b3a..b849bdd4e0be 100644
--- a/starmath/source/cfgitem.cxx
+++ b/starmath/source/cfgitem.cxx
@@ -39,8 +39,6 @@
using namespace com::sun::star::uno;
using namespace com::sun::star::beans;
-static const char aRootName[] = "Office.Math";
-
#define SYMBOL_LIST "SymbolList"
#define FONT_FORMAT_LIST "FontFormatList"
@@ -332,7 +330,7 @@ const OUString SmFontFormatList::GetNewFontFormatId() const
SmMathConfig::SmMathConfig() :
- ConfigItem(OUString(aRootName))
+ ConfigItem(OUString("Office.Math"))
, pFormat()
, pOther()
, pFontFormatList()