diff options
Diffstat (limited to 'vcl/inc/pdf')
-rw-r--r-- | vcl/inc/pdf/BitmapID.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/pdf/Matrix3.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/pdf/ResourceDict.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/pdf/XmpMetadata.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/pdf/objectcopier.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/pdf/pdfcompat.hxx | 6 | ||||
-rw-r--r-- | vcl/inc/pdf/pdfwriter_impl.hxx | 1 |
7 files changed, 2 insertions, 10 deletions
diff --git a/vcl/inc/pdf/BitmapID.hxx b/vcl/inc/pdf/BitmapID.hxx index afc9aff9fcf6..34f99944dcb5 100644 --- a/vcl/inc/pdf/BitmapID.hxx +++ b/vcl/inc/pdf/BitmapID.hxx @@ -10,7 +10,6 @@ #pragma once -#include <vcl/dllapi.h> #include <vcl/checksum.hxx> #include <tools/gen.hxx> diff --git a/vcl/inc/pdf/Matrix3.hxx b/vcl/inc/pdf/Matrix3.hxx index 1cc5c47372fa..226235f5264f 100644 --- a/vcl/inc/pdf/Matrix3.hxx +++ b/vcl/inc/pdf/Matrix3.hxx @@ -10,7 +10,6 @@ #pragma once -#include <vcl/dllapi.h> #include <basegfx/point/b2dpoint.hxx> #include <tools/gen.hxx> diff --git a/vcl/inc/pdf/ResourceDict.hxx b/vcl/inc/pdf/ResourceDict.hxx index 57ecb8e0f33f..119d9314f48a 100644 --- a/vcl/inc/pdf/ResourceDict.hxx +++ b/vcl/inc/pdf/ResourceDict.hxx @@ -10,7 +10,6 @@ #pragma once -#include <vcl/dllapi.h> #include <rtl/strbuf.hxx> #include <map> diff --git a/vcl/inc/pdf/XmpMetadata.hxx b/vcl/inc/pdf/XmpMetadata.hxx index 7526d2bf9b4b..d94d6e690c3c 100644 --- a/vcl/inc/pdf/XmpMetadata.hxx +++ b/vcl/inc/pdf/XmpMetadata.hxx @@ -10,7 +10,6 @@ #pragma once -#include <vcl/dllapi.h> #include <rtl/string.hxx> #include <tools/stream.hxx> #include <memory> diff --git a/vcl/inc/pdf/objectcopier.hxx b/vcl/inc/pdf/objectcopier.hxx index f9b05725ce0c..0168f69717ae 100644 --- a/vcl/inc/pdf/objectcopier.hxx +++ b/vcl/inc/pdf/objectcopier.hxx @@ -15,7 +15,6 @@ #include <rtl/strbuf.hxx> #include <rtl/string.hxx> #include <sal/types.h> -#include <vcl/dllapi.h> class SvMemoryStream; diff --git a/vcl/inc/pdf/pdfcompat.hxx b/vcl/inc/pdf/pdfcompat.hxx index 5d6d623a107e..0664a400f90e 100644 --- a/vcl/inc/pdf/pdfcompat.hxx +++ b/vcl/inc/pdf/pdfcompat.hxx @@ -9,11 +9,9 @@ #pragma once -#include <config_features.h> -#include <tools/gen.hxx> +#include <o3tl/unit_conversion.hxx> #include <tools/stream.hxx> -#include <tools/UnitConversion.hxx> -#include <vcl/graph.hxx> +#include <vcl/BinaryDataContainer.hxx> namespace vcl::pdf { diff --git a/vcl/inc/pdf/pdfwriter_impl.hxx b/vcl/inc/pdf/pdfwriter_impl.hxx index 48ebf50beaae..75f613060c04 100644 --- a/vcl/inc/pdf/pdfwriter_impl.hxx +++ b/vcl/inc/pdf/pdfwriter_impl.hxx @@ -36,7 +36,6 @@ #include <com/sun/star/lang/Locale.hpp> #include <com/sun/star/util/XURLTransformer.hpp> -#include <com/sun/star/uno/Sequence.h> #include <osl/file.hxx> #include <rtl/cipher.h> #include <rtl/strbuf.hxx> |