summaryrefslogtreecommitdiff
path: root/autodoc/source/tools/tkpchars.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/tools/tkpchars.cxx')
-rw-r--r--autodoc/source/tools/tkpchars.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/autodoc/source/tools/tkpchars.cxx b/autodoc/source/tools/tkpchars.cxx
index 25210acfa6f7..c50c155df7a5 100644
--- a/autodoc/source/tools/tkpchars.cxx
+++ b/autodoc/source/tools/tkpchars.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -36,7 +36,7 @@
CharacterSource::CharacterSource()
- : dpSource(new char[2]),
+ : dpSource(new char[2]),
nSourceSize(0),
nCurPos(0),
nLastCut(0),
@@ -143,12 +143,12 @@ CharacterSource::MoveOn_OverStack()
}
CharacterSource::
-S_SourceState::S_SourceState( DYN char * dpSource_,
- intt nSourceSize_,
- intt nCurPos_,
- intt nLastCut_,
- intt nLastTokenStart_,
- char cCharAtLastCut_ )
+S_SourceState::S_SourceState( DYN char * dpSource_,
+ intt nSourceSize_,
+ intt nCurPos_,
+ intt nLastCut_,
+ intt nLastTokenStart_,
+ char cCharAtLastCut_ )
: dpSource(dpSource_),
nSourceSize(nSourceSize_),
nCurPos(nCurPos_),