summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport/wrapper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:32:51 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:54 +0200
commit2d1de9686e831158de55d9c5e8f51d36412556ec (patch)
treebd1c19830f5ec7e2d7490be4f5f0a5266e0df655 /sdext/source/pdfimport/wrapper
parentloplugin:includeform: sfx2 (diff)
downloadcore-2d1de9686e831158de55d9c5e8f51d36412556ec.tar.gz
core-2d1de9686e831158de55d9c5e8f51d36412556ec.zip
loplugin:includeform: sdext
Change-Id: Ieb9641b9846ecfed8d1a022a48defe7644405690
Diffstat (limited to 'sdext/source/pdfimport/wrapper')
-rw-r--r--sdext/source/pdfimport/wrapper/wrapper.cxx74
1 files changed, 37 insertions, 37 deletions
diff --git a/sdext/source/pdfimport/wrapper/wrapper.cxx b/sdext/source/pdfimport/wrapper/wrapper.cxx
index 43cae17bc7df..f303ab09084b 100644
--- a/sdext/source/pdfimport/wrapper/wrapper.cxx
+++ b/sdext/source/pdfimport/wrapper/wrapper.cxx
@@ -19,43 +19,43 @@
#include <config_folders.h>
-#include "contentsink.hxx"
-#include "pdfparse.hxx"
-#include "pdfihelper.hxx"
-#include "wrapper.hxx"
-
-#include "osl/file.h"
-#include "osl/file.hxx"
-#include "osl/thread.h"
-#include "osl/process.h"
-#include "osl/diagnose.h"
-#include "rtl/bootstrap.hxx"
-#include "rtl/ustring.hxx"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/strbuf.hxx"
-#include "rtl/byteseq.hxx"
+#include <contentsink.hxx>
+#include <pdfparse.hxx>
+#include <pdfihelper.hxx>
+#include <wrapper.hxx>
+
+#include <osl/file.h>
+#include <osl/file.hxx>
+#include <osl/thread.h>
+#include <osl/process.h>
+#include <osl/diagnose.h>
+#include <rtl/bootstrap.hxx>
+#include <rtl/ustring.hxx>
+#include <rtl/ustrbuf.hxx>
+#include <rtl/strbuf.hxx>
+#include <rtl/byteseq.hxx>
#include <comphelper/propertysequence.hxx>
-#include "cppuhelper/exc_hlp.hxx"
-#include "com/sun/star/io/XInputStream.hpp"
-#include "com/sun/star/uno/XComponentContext.hpp"
-#include "com/sun/star/awt/FontDescriptor.hpp"
-#include "com/sun/star/beans/XMaterialHolder.hpp"
-#include "com/sun/star/rendering/PathCapType.hpp"
-#include "com/sun/star/rendering/PathJoinType.hpp"
-#include "com/sun/star/rendering/XColorSpace.hpp"
-#include "com/sun/star/rendering/XPolyPolygon2D.hpp"
-#include "com/sun/star/rendering/XBitmap.hpp"
-#include "com/sun/star/geometry/Matrix2D.hpp"
-#include "com/sun/star/geometry/AffineMatrix2D.hpp"
-#include "com/sun/star/geometry/RealRectangle2D.hpp"
-#include "com/sun/star/task/XInteractionHandler.hpp"
-
-#include "basegfx/point/b2dpoint.hxx"
-#include "basegfx/polygon/b2dpolypolygon.hxx"
-#include "basegfx/polygon/b2dpolygon.hxx"
-#include "basegfx/utils/canvastools.hxx"
-#include "basegfx/utils/unopolypolygon.hxx"
+#include <cppuhelper/exc_hlp.hxx>
+#include <com/sun/star/io/XInputStream.hpp>
+#include <com/sun/star/uno/XComponentContext.hpp>
+#include <com/sun/star/awt/FontDescriptor.hpp>
+#include <com/sun/star/beans/XMaterialHolder.hpp>
+#include <com/sun/star/rendering/PathCapType.hpp>
+#include <com/sun/star/rendering/PathJoinType.hpp>
+#include <com/sun/star/rendering/XColorSpace.hpp>
+#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
+#include <com/sun/star/rendering/XBitmap.hpp>
+#include <com/sun/star/geometry/Matrix2D.hpp>
+#include <com/sun/star/geometry/AffineMatrix2D.hpp>
+#include <com/sun/star/geometry/RealRectangle2D.hpp>
+#include <com/sun/star/task/XInteractionHandler.hpp>
+
+#include <basegfx/point/b2dpoint.hxx>
+#include <basegfx/polygon/b2dpolypolygon.hxx>
+#include <basegfx/polygon/b2dpolygon.hxx>
+#include <basegfx/utils/canvastools.hxx>
+#include <basegfx/utils/unopolypolygon.hxx>
#include <vcl/metric.hxx>
#include <vcl/font.hxx>
@@ -67,7 +67,7 @@
#include <string.h>
#include <stdlib.h>
-#include "rtl/bootstrap.h"
+#include <rtl/bootstrap.h>
#include <rtl/character.hxx>
@@ -136,7 +136,7 @@ enum parseKey {
#pragma clang diagnostic ignored "-Wdeprecated-register"
#pragma clang diagnostic ignored "-Wextra-tokens"
#endif
-#include "hash.cxx"
+#include <hash.cxx>
#if defined _MSC_VER && defined __clang__
#pragma clang diagnostic pop
#endif