diff options
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r-- | starmath/source/smmod.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index a3c9dd478c0d..771528a0552d 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -33,7 +33,7 @@ #include <tools/rtti.hxx> #include "smmod.hxx" #include "symbol.hxx" -#include "config.hxx" +#include "cfgitem.hxx" #include "dialog.hxx" #include "edit.hxx" #include "view.hxx" @@ -212,10 +212,10 @@ void SmModule::ConfigurationChanged( utl::ConfigurationBroadcaster*, sal_uInt32 ApplyColorConfigValues(*mpColorConfig); } -SmConfig * SmModule::GetConfig() +SmMathConfig * SmModule::GetConfig() { if(!mpConfig) - mpConfig.reset(new SmConfig); + mpConfig.reset(new SmMathConfig); return mpConfig.get(); } |