summaryrefslogtreecommitdiff
path: root/starmath/source/document.cxx
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/source/document.cxx
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/source/document.cxx')
-rw-r--r--starmath/source/document.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx
index 26e95ad24fb9..a9b6d9881b15 100644
--- a/starmath/source/document.cxx
+++ b/starmath/source/document.cxx
@@ -73,7 +73,6 @@
#include <sfx2/sfx.hrc>
#include <document.hxx>
#include <action.hxx>
-#include <config.hxx>
#include <dialog.hxx>
#include <format.hxx>
#include <smdll.hxx>
@@ -94,6 +93,7 @@
#include <tools/diagnose_ex.h>
#include "visitors.hxx"
#include "accessibility.hxx"
+#include "cfgitem.hxx"
#include <memory>
using namespace ::com::sun::star;