summaryrefslogtreecommitdiff
path: root/starmath/source/unomodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r--starmath/source/unomodel.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx
index dbebc9b92786..4a6c73d5b0b3 100644
--- a/starmath/source/unomodel.cxx
+++ b/starmath/source/unomodel.cxx
@@ -44,8 +44,8 @@
#include <view.hxx>
#include <symbol.hxx>
#include <starmath.hrc>
-#include <config.hxx>
#include <smdll.hxx>
+#include "cfgitem.hxx"
using namespace ::cppu;
using namespace ::std;
@@ -66,7 +66,7 @@ SmPrintUIOptions::SmPrintUIOptions()
return;
SmModule *pp = SM_MOD();
- SmConfig *pConfig = pp->GetConfig();
+ SmMathConfig *pConfig = pp->GetConfig();
SAL_WARN_IF( !pConfig, "starmath", "SmConfig not found" );
if (!pConfig)
return;