summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/dumpfilter.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-11-13 08:52:41 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-11-14 11:13:24 +0100
commit24cad6a6490b245bd88ec3e3c87195628914f6a2 (patch)
tree12d9e7ec629054f5ad0a6990783d3e639449afeb /sw/source/core/layout/dumpfilter.cxx
parent8061c8c70b7ffcd8f472d2f5b909911f2095fec7 (diff)
Move MediaDescriptor from comphelper to unotools
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
Diffstat (limited to 'sw/source/core/layout/dumpfilter.cxx')
-rw-r--r--sw/source/core/layout/dumpfilter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/dumpfilter.cxx b/sw/source/core/layout/dumpfilter.cxx
index 7249a4307b75..fb0800612afb 100644
--- a/sw/source/core/layout/dumpfilter.cxx
+++ b/sw/source/core/layout/dumpfilter.cxx
@@ -14,7 +14,7 @@
#include <rootfrm.hxx>
#include <unotxdoc.hxx>
-#include <comphelper/mediadescriptor.hxx>
+#include <unotools/mediadescriptor.hxx>
#include <libxml/xmlwriter.h>
@@ -97,11 +97,11 @@ namespace sw
{
sal_Bool bRet = sal_False;
- comphelper::MediaDescriptor aMediaDesc = aDescriptor;
+ utl::MediaDescriptor aMediaDesc = aDescriptor;
// Get the output stream
uno::Reference< io::XOutputStream > xOut = aMediaDesc.getUnpackedValueOrDefault(
- comphelper::MediaDescriptor::PROP_OUTPUTSTREAM(),
+ utl::MediaDescriptor::PROP_OUTPUTSTREAM(),
uno::Reference< io::XOutputStream >() );
// Actually get the SwRootFrm to call dumpAsXml