summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpdrawobj.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:37:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:46:02 +0200
commite6ecc6e428a49c725484547dfa4454bab3aba882 (patch)
tree3e857cd74783ede2ee80b726298d9a64f5d91494 /lotuswordpro/source/filter/lwpdrawobj.cxx
parent60de56cf1ae694fd86a2ce20711cf97958228656 (diff)
loplugin:includeform: lotuswordpro
Change-Id: I1ff35dd6242accf0a8e71086a14a72e85eef1c5a
Diffstat (limited to 'lotuswordpro/source/filter/lwpdrawobj.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpdrawobj.cxx38
1 files changed, 19 insertions, 19 deletions
diff --git a/lotuswordpro/source/filter/lwpdrawobj.cxx b/lotuswordpro/source/filter/lwpdrawobj.cxx
index 7d349351fb71..e10a5e985f2c 100644
--- a/lotuswordpro/source/filter/lwpdrawobj.cxx
+++ b/lotuswordpro/source/filter/lwpdrawobj.cxx
@@ -59,28 +59,28 @@
* and so on.
*/
#include <osl/thread.h>
-#include "lwpglobalmgr.hxx"
+#include <lwpglobalmgr.hxx>
#include "lwpdrawobj.hxx"
-#include "lwptools.hxx"
+#include <lwptools.hxx>
#include <tools/stream.hxx>
-#include "xfilter/xfframe.hxx"
-
-#include "xfilter/xfstylemanager.hxx"
-#include "xfilter/xfdrawstyle.hxx"
-#include "xfilter/xftextstyle.hxx"
-#include "xfilter/xfparastyle.hxx"
-#include "xfilter/xfimagestyle.hxx"
-#include "xfilter/xftextboxstyle.hxx"
-#include "xfilter/xfparagraph.hxx"
-#include "xfilter/xftextspan.hxx"
-#include "xfilter/xffont.hxx"
-
-#include "xfilter/xfdrawrect.hxx"
-#include "xfilter/xfdrawpath.hxx"
-#include "xfilter/xfdrawline.hxx"
-#include "xfilter/xfdrawpolygon.hxx"
-#include "xfilter/xfimage.hxx"
+#include <xfilter/xfframe.hxx>
+
+#include <xfilter/xfstylemanager.hxx>
+#include <xfilter/xfdrawstyle.hxx>
+#include <xfilter/xftextstyle.hxx>
+#include <xfilter/xfparastyle.hxx>
+#include <xfilter/xfimagestyle.hxx>
+#include <xfilter/xftextboxstyle.hxx>
+#include <xfilter/xfparagraph.hxx>
+#include <xfilter/xftextspan.hxx>
+#include <xfilter/xffont.hxx>
+
+#include <xfilter/xfdrawrect.hxx>
+#include <xfilter/xfdrawpath.hxx>
+#include <xfilter/xfdrawline.hxx>
+#include <xfilter/xfdrawpolygon.hxx>
+#include <xfilter/xfimage.hxx>
#include "lwpcharsetmgr.hxx"
#include "lwpsdwrect.hxx"