summaryrefslogtreecommitdiff
path: root/svtools/source/svhtml
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 07:56:49 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 07:56:49 +0000
commitb7b201209a32e1bf1c490bc7e7b73e208ceca72d (patch)
tree7b6c58e29734c6e2e3645c002506b4ba42604891 /svtools/source/svhtml
parentb16d6e6a64d36379fa92225f7bdae97ce1134934 (diff)
INTEGRATION: CWS fwk67 (1.19.218); FILE MERGED
2007/06/22 11:08:45 cd 1.19.218.1: #i78471# Cleanup - Remove dead code: Mac OS System 9 and earlier
Diffstat (limited to 'svtools/source/svhtml')
-rw-r--r--svtools/source/svhtml/htmlout.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index 9e4815e1dcc7..a114f4e044e9 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: htmlout.cxx,v $
*
- * $Revision: 1.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 22:00:25 $
+ * last change: $Author: obo $ $Date: 2007-07-18 08:56:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -68,9 +68,7 @@
#define RTL_CONSTASCII_STRINGPARAM( c ) c, sizeof(c)-1
#endif
-#if defined(MAC)
-const sal_Char HTMLOutFuncs::sNewLine = '\015';
-#elif defined(UNX)
+#if defined(UNX)
const sal_Char HTMLOutFuncs::sNewLine = '\012';
#else
const sal_Char __FAR_DATA HTMLOutFuncs::sNewLine[] = "\015\012";