summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/frmhtmlw.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:10:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-07-11 12:10:49 +0000
commit86b3d6e5b9f524ce1f28e128e547f87b2fccf177 (patch)
tree090b31bb2ee27728932c08d6bc9d7da9c6c6ef7d /sfx2/source/bastyp/frmhtmlw.cxx
parent35e77f831ac054ccdc7e098b58cc7ab97fbfe699 (diff)
INTEGRATION: CWS mba23issues03 (1.14.206); FILE MERGED
2007/06/14 18:56:02 mba 1.14.206.1: #i72366#: remove old MacOS9 code
Diffstat (limited to 'sfx2/source/bastyp/frmhtmlw.cxx')
-rw-r--r--sfx2/source/bastyp/frmhtmlw.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/sfx2/source/bastyp/frmhtmlw.cxx b/sfx2/source/bastyp/frmhtmlw.cxx
index 9026f770ed7a..d7064af5324f 100644
--- a/sfx2/source/bastyp/frmhtmlw.cxx
+++ b/sfx2/source/bastyp/frmhtmlw.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmhtmlw.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 23:03:23 $
+ * last change: $Author: ihi $ $Date: 2007-07-11 13:10:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -83,9 +83,7 @@ static HTMLOutEvent __FAR_DATA aFrameSetEventTable[] =
};
*/
-#if defined(MAC)
-const sal_Char SfxFrameHTMLWriter::sNewLine[] = "\015";
-#elif defined(UNX)
+#if defined(UNX)
const sal_Char SfxFrameHTMLWriter::sNewLine[] = "\012";
#else
const sal_Char __FAR_DATA SfxFrameHTMLWriter::sNewLine[] = "\015\012";