summaryrefslogtreecommitdiff
path: root/starmath/inc/smmod.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-26 08:38:37 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-05-26 06:47:56 +0000
commitaad92a7ce2f74782064a69c1f3797544bd3298ee (patch)
treed48d0707fc9af909816e2cfb5e87c2ed3a1ad654 /starmath/inc/smmod.hxx
parent01ef2044d0b2c3429eca71de6afef0241e0196f3 (diff)
loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfig
Change-Id: I2c431e9f72f5dee14cf1b603b11972a2e9d88725 Reviewed-on: https://gerrit.libreoffice.org/15902 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/inc/smmod.hxx')
-rw-r--r--starmath/inc/smmod.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx
index 59020d815280..9ee0deb9cce8 100644
--- a/starmath/inc/smmod.hxx
+++ b/starmath/inc/smmod.hxx
@@ -34,9 +34,9 @@
#include <memory>
class SfxObjectFactory;
-class SmConfig;
class SmModule;
class SmSymbolManager;
+class SmMathConfig;
/*************************************************************************
|*
@@ -88,7 +88,7 @@ public:
class SmModule : public SfxModule, utl::ConfigurationListener
{
std::unique_ptr<svtools::ColorConfig> mpColorConfig;
- std::unique_ptr<SmConfig> mpConfig;
+ std::unique_ptr<SmMathConfig> mpConfig;
std::unique_ptr<SmLocalizedSymbolData> mpLocSymbolData;
std::unique_ptr<SvtSysLocale> mpSysLocale;
VclPtr<VirtualDevice> mpVirtualDev;
@@ -111,7 +111,7 @@ public:
svtools::ColorConfig & GetColorConfig();
- SmConfig * GetConfig();
+ SmMathConfig * GetConfig();
SmSymbolManager & GetSymbolManager();
SmLocalizedSymbolData & GetLocSymbolData();