summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/workbooksettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/oox/workbooksettings.cxx')
-rw-r--r--sc/source/filter/oox/workbooksettings.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/source/filter/oox/workbooksettings.cxx b/sc/source/filter/oox/workbooksettings.cxx
index 363184799fe9..da2595c680fd 100644
--- a/sc/source/filter/oox/workbooksettings.cxx
+++ b/sc/source/filter/oox/workbooksettings.cxx
@@ -22,7 +22,7 @@
#include <com/sun/star/sheet/XCalculatable.hpp>
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
-#include <comphelper/mediadescriptor.hxx>
+#include <unotools/mediadescriptor.hxx>
#include "oox/core/filterbase.hxx"
#include "oox/helper/attributelist.hxx"
#include "oox/helper/propertyset.hxx"
@@ -41,7 +41,6 @@ using namespace ::com::sun::star::sheet;
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::util;
-using ::comphelper::MediaDescriptor;
using ::oox::core::CodecHelper;
// ============================================================================