summaryrefslogtreecommitdiff
path: root/shell/source/all/ooofilereader/basereader.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 16:56:44 +0100
committerJens-Heiner Rechtien <hr@openoffice.org>2010-02-12 16:56:44 +0100
commit96c3511b54e321367157c81af6160c014a77cfc4 (patch)
tree0e36bf0aece07630d566545d1e3174397ec89c81 /shell/source/all/ooofilereader/basereader.cxx
parent01608c9ce4655250ce8c1c4ee21a126df67ce189 (diff)
changefileheader2: #i10000#: convert files with CR/LF characters to CR only
Diffstat (limited to 'shell/source/all/ooofilereader/basereader.cxx')
-rw-r--r--shell/source/all/ooofilereader/basereader.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx
index eafe95de51..65ce293fb4 100644
--- a/shell/source/all/ooofilereader/basereader.cxx
+++ b/shell/source/all/ooofilereader/basereader.cxx
@@ -47,14 +47,14 @@ m_ZipFile( DocumentName )
//
//------------------------------
-CBaseReader::CBaseReader(void * sw, zlib_filefunc_def* fa):
-m_ZipFile( sw , fa )
-{
-}
-
-//------------------------------
-//
-//------------------------------
+CBaseReader::CBaseReader(void * sw, zlib_filefunc_def* fa):
+m_ZipFile( sw , fa )
+{
+}
+
+//------------------------------
+//
+//------------------------------
CBaseReader::~CBaseReader()
{