summaryrefslogtreecommitdiff
path: root/oox/source/core/filterbase.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-03-04 11:59:48 +0100
committerDaniel Rentz <dr@openoffice.org>2010-03-04 11:59:48 +0100
commit3dc0a8e099e78287995fbaa9d35c01adff9d8c70 (patch)
treec7106ef51781f78b6bee31d3412090fa8971459a /oox/source/core/filterbase.cxx
parent486048c8e9cdee3730e087c537398816ea0343b1 (diff)
tl78: #i109779# move new functionality to comphelper::MediaDescriptor
Diffstat (limited to 'oox/source/core/filterbase.cxx')
-rw-r--r--oox/source/core/filterbase.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/oox/source/core/filterbase.cxx b/oox/source/core/filterbase.cxx
index 5d6921c87bd5..27bf32c6ab36 100644
--- a/oox/source/core/filterbase.cxx
+++ b/oox/source/core/filterbase.cxx
@@ -39,11 +39,11 @@
#include <rtl/instance.hxx>
#include <rtl/uri.hxx>
#include <comphelper/docpasswordhelper.hxx>
+#include <comphelper/mediadescriptor.hxx>
#include "tokens.hxx"
#include "oox/helper/binaryinputstream.hxx"
#include "oox/helper/binaryoutputstream.hxx"
#include "oox/helper/graphichelper.hxx"
-#include "oox/helper/mediadescriptor.hxx"
#include "oox/helper/modelobjecthelper.hxx"
#include "oox/ole/oleobjecthelper.hxx"
@@ -71,6 +71,7 @@ using ::com::sun::star::io::XStream;
using ::com::sun::star::task::XStatusIndicator;
using ::com::sun::star::task::XInteractionHandler;
using ::com::sun::star::graphic::XGraphic;
+using ::comphelper::MediaDescriptor;
using ::comphelper::SequenceAsHashMap;
using ::oox::ole::OleObjectHelper;