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>
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
/// Copy&paste helper.
|
/// 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>())
|
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);
|
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)
|
#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")
|
DECLARE_RTFIMPORT_TEST(testFdo45553, "fdo45553.rtf")
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user