From 633cbb4954a2469f3c8911fbdffcaa4340ca6ac9 Mon Sep 17 00:00:00 2001 From: Luboš Luňák <l.lunak@suse.cz> Date: Thu, 29 Mar 2012 11:17:20 +0200 Subject: fix last commit --- sw/source/filter/ww8/rtfexport.cxx | 2 +- sw/source/filter/ww8/rtfexport.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') 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 -- cgit