summaryrefslogtreecommitdiff
path: root/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2012-11-18 11:07:45 +0100
committerMiklos Vajna <vmiklos@suse.cz>2012-11-18 11:09:23 +0100
commit66d3da3505ef4964be9a4dbe0363af8f0c519270 (patch)
tree43d678a0324c7fbdb122dda18b4e1822cfc14cac /sw/qa/extras/ooxmlimport/ooxmlimport.cxx
parente3e7dfa01119b5f5ab7abc3c6e26049de5d3cc45 (diff)
sw: move swmodeltestbase.hxx to qa/extras/inc/
If we already have such an include dir, let's have all headers there. Change-Id: I2100b5308e7fdad9d98cfde76434ff485aca20c7
Diffstat (limited to 'sw/qa/extras/ooxmlimport/ooxmlimport.cxx')
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index a36bdb7c0260..2c98832414be 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -25,9 +25,6 @@
* instead of those above.
*/
-#include "../swmodeltestbase.hxx"
-#include "bordertest.hxx"
-
#include <com/sun/star/awt/XBitmap.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier2.hpp>
@@ -54,9 +51,11 @@
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
-
#include <vcl/svapp.hxx>
+#include <swmodeltestbase.hxx>
+#include <bordertest.hxx>
+
#define TWIP_TO_MM100(TWIP) ((TWIP) >= 0 ? (((TWIP)*127L+36L)/72L) : (((TWIP)*127L-36L)/72L))
class Test : public SwModelTestBase