diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:31:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:52 +0200 |
commit | ff77d83afd9558f2750ab46e6fc4e1fe426c1b43 (patch) | |
tree | 966d891a181eb5f3226d43436b761f6ceb7e9be5 /starmath/source/smmod.cxx | |
parent | 63ffec7c8590105b2e202f324db328ff44805b12 (diff) |
loplugin:includeform: starmath
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
Diffstat (limited to 'starmath/source/smmod.cxx')
-rw-r--r-- | starmath/source/smmod.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index cc1980b1775f..08bec54144cf 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -27,18 +27,18 @@ #include <unotools/resmgr.hxx> #include <vcl/virdev.hxx> #include <unotools/syslocale.hxx> -#include "smmod.hxx" +#include <smmod.hxx> #include "cfgitem.hxx" -#include "dialog.hxx" -#include "edit.hxx" -#include "view.hxx" -#include "smmod.hrc" -#include "starmath.hrc" -#include "svx/modctrl.hxx" +#include <dialog.hxx> +#include <edit.hxx> +#include <view.hxx> +#include <smmod.hrc> +#include <starmath.hrc> +#include <svx/modctrl.hxx> #define SmModule -#include "smslots.hxx" +#include <smslots.hxx> OUString SmResId(const char* pId) { |