[Libreoffice-commits] .: sw/source

Lubos Lunak llunak at kemper.freedesktop.org
Thu Mar 29 02:19:32 PDT 2012


 sw/source/filter/ww8/rtfexport.cxx |    2 +-
 sw/source/filter/ww8/rtfexport.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 633cbb4954a2469f3c8911fbdffcaa4340ca6ac9
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Mar 29 11:17:20 2012 +0200

    fix last commit

diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx
index 00b8e18..93f8313 100644
--- a/sw/source/filter/ww8/rtfexport.cxx
+++ b/sw/source/filter/ww8/rtfexport.cxx
@@ -79,7 +79,7 @@ using rtl::OUStringBuffer;
 
 using sw::mark::IMark;
 
-#if defined(UNX22)
+#if defined(UNX)
 const sal_Char RtfExport::sNewLine = '\012';
 #else
 const sal_Char* const RtfExport::sNewLine = "\015\012";
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index 9d395de..b0a45a5 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -155,7 +155,7 @@ public:
     /// Destructor.
     virtual ~RtfExport();
 
-#if defined(UNX22)
+#if defined(UNX)
     static const sal_Char sNewLine; // \012 or \015
 #else
     static const sal_Char* const sNewLine; // \015\012


More information about the Libreoffice-commits mailing list