diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-07-25 11:47:25 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-07-25 12:13:36 +0200 |
commit | 2f758cdd01a998292a93091f951ad96668139a5b (patch) | |
tree | 55e7e51e8ebdbd3d86169840f04dea45cc2b457f /sd/qa/unit/export-tests-ooxml1.cxx | |
parent | 5206929f3a125a739adb860709586a0f50cb9611 (diff) |
move parseExport to SdExportTest base class
Change-Id: I20cc59e21aa1b99d8cee5a9f60c0703e9c457187
Diffstat (limited to 'sd/qa/unit/export-tests-ooxml1.cxx')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml1.cxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx index 14d29d971ba1..402f03b254b3 100644 --- a/sd/qa/unit/export-tests-ooxml1.cxx +++ b/sd/qa/unit/export-tests-ooxml1.cxx @@ -9,8 +9,6 @@ #include <officecfg/Office/Common.hxx> #include "sdmodeltestbase.hxx" #include "Outliner.hxx" -#include <test/xmltesttools.hxx> -#include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> #include <svl/stritem.hxx> #include <editeng/editobj.hxx> @@ -40,7 +38,6 @@ #include <svx/xflclit.hxx> #include <animations/animationnodehelper.hxx> #include <unotools/mediadescriptor.hxx> -#include <unotools/ucbstreamhelper.hxx> #include <rtl/ustring.hxx> #include <vcl/opengl/OpenGLWrapper.hxx> @@ -67,7 +64,6 @@ #include <com/sun/star/frame/XStorable.hpp> #include <com/sun/star/drawing/EnhancedCustomShapeParameterPair.hpp> #include <com/sun/star/drawing/FillStyle.hpp> -#include <com/sun/star/packages/zip/ZipFileAccess.hpp> #include <com/sun/star/text/WritingMode2.hpp> #include <com/sun/star/style/XStyleFamiliesSupplier.hpp> #include <com/sun/star/table/BorderLine2.hpp> @@ -81,7 +77,7 @@ using namespace css; using namespace css::animations; -class SdOOXMLExportTest1 : public SdModelTestBase, public XmlTestTools +class SdOOXMLExportTest1 : public SdModelTestBaseXML { public: void testFdo90607(); |