diff options
author | Luke Deller <luke@deller.id.au> | 2014-07-08 22:44:12 +1000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-07-10 13:03:07 +0000 |
commit | 3c25c5f8d9021936bd29bc0a59a0fc2b2c59664f (patch) | |
tree | ac427731dbea793f68f1d560a6a6ad1ef25fdfab | |
parent | b16f164650f8345e51bf0b0c73bf9c8eee775bc2 (diff) |
enable ww8import/export tests for mac
Change-Id: I6b29040a2cd4ad24f18dfafb51d95d2b7627dd27
Reviewed-on: https://gerrit.libreoffice.org/10144
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r-- | sw/qa/extras/ww8export/ww8export.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/ww8import/ww8import.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index 585755969bf4..397d760f9ef9 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -8,7 +8,7 @@ #include <swmodeltestbase.hxx> -#if !defined(MACOSX) && !defined(WNT) +#if !defined(WNT) #include <com/sun/star/form/validation/XValidatableFormComponent.hpp> #include <com/sun/star/frame/XStorable.hpp> diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx index 147fb882f19e..ce23780e9b1c 100644 --- a/sw/qa/extras/ww8import/ww8import.cxx +++ b/sw/qa/extras/ww8import/ww8import.cxx @@ -8,7 +8,7 @@ #include <swmodeltestbase.hxx> -#if !defined(MACOSX) && !defined(WNT) +#if !defined(WNT) #include <com/sun/star/awt/XBitmap.hpp> #include <com/sun/star/graphic/XGraphic.hpp> |