diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-05-22 14:21:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-22 14:21:29 +0200 |
commit | b01b171fbfdda4e40ef1fec696589f8981518b93 (patch) | |
tree | f5743d01abdc8a2ea729c47699ff2cfdb4d50475 /sw | |
parent | 92cb4099c46f62f537db93a59c3141bce1355924 (diff) |
sw: why the heck is that #ifdef'd out?
Change-Id: I213ad0f0ab853aec5cb523474218dfad2c44d11b
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/macros-test.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/qa/core/macros-test.cxx b/sw/qa/core/macros-test.cxx index f5565bc2264c..faa97c53a4a9 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 |