[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Tue May 27 23:48:02 PDT 2014
sw/qa/extras/rtfimport/rtfimport.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit f64d2df599ccff28be963e5b2cc3b5dde65e721f
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Tue May 27 22:42:29 2014 +0200
CppunitTest_sw_rtfimport: enable on Mac
Change-Id: I5ab812c51e24877a2ad9be29a9d411c08b3234c3
Reviewed-on: https://gerrit.libreoffice.org/9514
Tested-by: LibreOffice gerrit bot <gerrit at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 0284736..b9ea9d8 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")
{
More information about the Libreoffice-commits
mailing list