summaryrefslogtreecommitdiffstats
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:31:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:52 +0200
commitff77d83afd9558f2750ab46e6fc4e1fe426c1b43 (patch)
tree966d891a181eb5f3226d43436b761f6ceb7e9be5 /starmath/source/view.cxx
parentloplugin:includeform: stoc (diff)
downloadcore-ff77d83afd9558f2750ab46e6fc4e1fe426c1b43.tar.gz
core-ff77d83afd9558f2750ab46e6fc4e1fe426c1b43.zip
loplugin:includeform: starmath
Change-Id: Ic5d81bdeb98024f41f9dfca260eca0359b27b809
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx20
1 files changed, 10 insertions, 10 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 7e2cf6c79c62..1d433288bc6c 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -56,18 +56,18 @@
#include <unotools/streamwrap.hxx>
-#include "unomodel.hxx"
-#include "view.hxx"
+#include <unomodel.hxx>
+#include <view.hxx>
#include "cfgitem.hxx"
-#include "dialog.hxx"
-#include "document.hxx"
-#include "starmath.hrc"
-#include "strings.hrc"
+#include <dialog.hxx>
+#include <document.hxx>
+#include <starmath.hrc>
+#include <strings.hrc>
#include "mathmlimport.hxx"
-#include "cursor.hxx"
+#include <cursor.hxx>
#include "accessibility.hxx"
-#include "ElementsDockingWindow.hxx"
-#include "helpids.h"
+#include <ElementsDockingWindow.hxx>
+#include <helpids.h>
#include <cassert>
#include <memory>
@@ -81,7 +81,7 @@
#define CMD_BOX_PADDING_TOP 10
#define SmViewShell
-#include "smslots.hxx"
+#include <smslots.hxx>
using namespace css;
using namespace css::accessibility;