diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-27 22:42:29 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-05-28 01:47:38 -0500 |
commit | f64d2df599ccff28be963e5b2cc3b5dde65e721f (patch) | |
tree | 571ffb77879b30a02e2eba666fb1bbea52a412bc /sw | |
parent | 202708afc6cf4efb56a92b73261af174f76f8e62 (diff) |
CppunitTest_sw_rtfimport: enable on Mac
Change-Id: I5ab812c51e24877a2ad9be29a9d411c08b3234c3
Reviewed-on: https://gerrit.libreoffice.org/9514
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/rtfimport/rtfimport.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 02847363f531..b9ea9d8c8aad 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -85,7 +85,7 @@ public: protected: /// Copy&paste helper. -#if !defined MACOSX && !defined WNT +#if !defined WNT void paste(const OUString& aFilename, uno::Reference<text::XTextRange> xTextRange = uno::Reference<text::XTextRange>()) { uno::Reference<document::XFilter> xFilter(m_xSFactory->createInstance("com.sun.star.comp.Writer.RtfFilter"), uno::UNO_QUERY_THROW); @@ -112,7 +112,7 @@ protected: #define DECLARE_RTFIMPORT_TEST(TestName, filename) DECLARE_SW_IMPORT_TEST(TestName, filename, Test) -#if !defined(MACOSX) && !defined(WNT) +#if !defined(WNT) DECLARE_RTFIMPORT_TEST(testFdo45553, "fdo45553.rtf") { |