summaryrefslogtreecommitdiffstats
path: root/include/svtools/rtfout.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-13 13:45:17 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-13 13:49:24 +0300
commit6954aad4e5c99ce193d3dd60a43f6d41d7c0a87f (patch)
treeffba0bee05b37a70311ae198281f420600e30127 /include/svtools/rtfout.hxx
parentadd missing dep (diff)
downloadcore-6954aad4e5c99ce193d3dd60a43f6d41d7c0a87f.tar.gz
core-6954aad4e5c99ce193d3dd60a43f6d41d7c0a87f.zip
Reduce copypasta: Introduce SAL_NEWLINE_STRING and use it
Contains the platform-dependent on-disk line separator ("\r\n" for Windows, "\n" otherwise, and yes, I assume an ASCII-based world). Use it instead of static constant char array fields, with ifdeffed initialisations, in various classes here and there. Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a
Diffstat (limited to 'include/svtools/rtfout.hxx')
-rw-r--r--include/svtools/rtfout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svtools/rtfout.hxx b/include/svtools/rtfout.hxx
index 7c38947f3448..6055e5cb6647 100644
--- a/include/svtools/rtfout.hxx
+++ b/include/svtools/rtfout.hxx
@@ -33,8 +33,6 @@ class SvStream;
class SVT_DLLPUBLIC RTFOutFuncs
{
public:
- static const sal_Char sNewLine[];
-
static SvStream& Out_Char( SvStream&, sal_Unicode cChar,
int *pUCMode,
rtl_TextEncoding eDestEnc = RTL_TEXTENCODING_MS_1252,