summaryrefslogtreecommitdiff
path: root/sw/qa/extras/odfexport
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/odfexport
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/odfexport')
-rw-r--r--sw/qa/extras/odfexport/odfexport.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx
index 7964ea9a1303..7d93b3b89efa 100644
--- a/sw/qa/extras/odfexport/odfexport.cxx
+++ b/sw/qa/extras/odfexport/odfexport.cxx
@@ -25,9 +25,8 @@
* instead of those above.
*/
-#include "../swmodeltestbase.hxx"
-
#include <unotools/tempfile.hxx>
+#include <swmodeltestbase.hxx>
class Test : public SwModelTestBase
{