[Libreoffice-commits] core.git: sw/qa
Michael Stahl
mstahl at redhat.com
Thu May 22 05:25:13 PDT 2014
sw/qa/core/macros-test.cxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit b01b171fbfdda4e40ef1fec696589f8981518b93
Author: Michael Stahl <mstahl at redhat.com>
Date: Thu May 22 14:21:03 2014 +0200
sw: why the heck is that #ifdef'd out?
Change-Id: I213ad0f0ab853aec5cb523474218dfad2c44d11b
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx
index f5565bc..faa97c5 100644
--- a/sw/qa/core/macros-test.cxx
+++ b/sw/qa/core/macros-test.cxx
@@ -56,9 +56,7 @@ class SwMacrosTest : public test::BootstrapFixture, public unotest::MacrosTest
public:
SwMacrosTest();
-#if !defined MACOSX && !defined WNT
void createFileURL(const OUString& aFileBase, const OUString& aFileExtension, OUString& rFilePath);
-#endif
virtual void setUp() SAL_OVERRIDE;
virtual void tearDown() SAL_OVERRIDE;
@@ -86,7 +84,6 @@ private:
OUString m_aBaseString;
};
-#if !defined MACOSX && !defined WNT
void SwMacrosTest::createFileURL(const OUString& aFileBase, const OUString& aFileExtension, OUString& rFilePath)
{
OUString aSep("/");
@@ -95,7 +92,6 @@ void SwMacrosTest::createFileURL(const OUString& aFileBase, const OUString& aFil
aBuffer.append(aSep).append(aFileBase).append(aFileExtension);
rFilePath = aBuffer.makeStringAndClear();
}
-#endif
#if 0
More information about the Libreoffice-commits
mailing list