summaryrefslogtreecommitdiff
path: root/svtools/inc/svtools/htmlout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/inc/svtools/htmlout.hxx')
-rw-r--r--svtools/inc/svtools/htmlout.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/svtools/inc/svtools/htmlout.hxx b/svtools/inc/svtools/htmlout.hxx
index dbb8d63914a2..06caae765b6a 100644
--- a/svtools/inc/svtools/htmlout.hxx
+++ b/svtools/inc/svtools/htmlout.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -63,7 +64,7 @@ struct HTMLOutFuncs
#if defined(UNX)
static const sal_Char sNewLine; // nur \012 oder \015
#else
- static const sal_Char __FAR_DATA sNewLine[]; // \015\012
+ static const sal_Char sNewLine[]; // \015\012
#endif
SVT_DLLPUBLIC static void ConvertStringToHTML( const String& sSrc, ByteString& rDest,
@@ -123,3 +124,4 @@ struct HTMLOutFuncs
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */