sw/qa/core/macros-test.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit b01b171fbfdda4e40ef1fec696589f8981518b93
Author: Michael Stahl <mst...@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
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to