diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-26 08:38:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-05-26 06:47:56 +0000 |
commit | aad92a7ce2f74782064a69c1f3797544bd3298ee (patch) | |
tree | d48d0707fc9af909816e2cfb5e87c2ed3a1ad654 /starmath/source/view.cxx | |
parent | 01ef2044d0b2c3429eca71de6afef0241e0196f3 (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/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 3633cb6b4fd7..0086cadda2a1 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -64,7 +64,7 @@ #include "unomodel.hxx" #include "view.hxx" -#include "config.hxx" +#include "cfgitem.hxx" #include "dialog.hxx" #include "document.hxx" #include "starmath.hrc" |