diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-29 11:17:20 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-29 11:18:31 +0200 |
commit | 633cbb4954a2469f3c8911fbdffcaa4340ca6ac9 (patch) | |
tree | 1b1f9aa4e5c496e61a953816601f75f65b7e9c43 /sw | |
parent | 8aa60b51a9e48b33ba6f0cb27132c6a415de2358 (diff) |
fix last commit
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/ww8/rtfexport.cxx | 2 | ||||
-rw-r--r-- | sw/source/filter/ww8/rtfexport.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexport.cxx b/sw/source/filter/ww8/rtfexport.cxx index 00b8e18c9cf1..93f831365135 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 9d395de0e209..b0a45a583c3f 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 |