summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-11-23 23:03:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-12-06 20:25:51 +0100
commit19f9a7e298ed32e653cc3062b7a332e56ecee24d (patch)
tree38e8e4dcabc334e2baf48cdce6076f577a0eed3a /filter/source/svg/svgwriter.hxx
parentc2bd06120b932bf3757f19bdf8c8d9ee8a31f557 (diff)
Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxx
...and fix the fallout Change-Id: Ie514bd95d5a9f990a887566619031e9844c40b92 Reviewed-on: https://gerrit.libreoffice.org/45195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'filter/source/svg/svgwriter.hxx')
-rw-r--r--filter/source/svg/svgwriter.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/source/svg/svgwriter.hxx b/filter/source/svg/svgwriter.hxx
index fbfe54bfe475..b54e6fffe6dc 100644
--- a/filter/source/svg/svgwriter.hxx
+++ b/filter/source/svg/svgwriter.hxx
@@ -66,7 +66,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::text;
-using namespace ::com::sun::star::drawing;
using namespace ::com::sun::star::style;
using namespace ::com::sun::star::svg;
using namespace ::com::sun::star::xml::sax;
@@ -365,7 +364,7 @@ private:
void ImplWriteActions( const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId,
- const Reference< XShape >* pXShape = nullptr,
+ const Reference< css::drawing::XShape >* pXShape = nullptr,
const GDIMetaFile* pTextEmbeddedBitmapMtf = nullptr );
vcl::Font ImplSetCorrectFontHeight() const;
@@ -384,7 +383,7 @@ public:
const GDIMetaFile& rMtf,
sal_uInt32 nWriteFlags,
const OUString* pElementId = nullptr,
- const Reference< XShape >* pXShape = nullptr,
+ const Reference< css::drawing::XShape >* pXShape = nullptr,
const GDIMetaFile* pTextEmbeddedBitmapMtf = nullptr );
};