summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-01 13:10:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-01 13:25:08 +0000
commit9bdec0831afc45af45ea6d9350ef3372188b45cb (patch)
tree9f761fe2589569a7cd0fbafd6e5fcc4d350d4d64 /starmath
parent49c7bc5af291dbf6b34bcea82c9c0513f65b308b (diff)
loplugin:oncevar in sd..svgio
Change-Id: I58565460fcc3279c9771c6e1272d0af540b2c87c Reviewed-on: https://gerrit.libreoffice.org/30459 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
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()