summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/lineinfo.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:38:29 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:38:29 +0000
commit13a43ff2c9308a2df0a57695e54f47c0e6a8b294 (patch)
treee956a04705b014a7675451132d0ee1574f436621 /sw/source/core/doc/lineinfo.cxx
parent9a4f96314c58be56f56cf9410f91d5321312b0b0 (diff)
INTEGRATION: CWS swwarnings (1.6.222); FILE MERGED
2007/03/08 17:29:46 ama 1.6.222.1: #i69287#: warning free code
Diffstat (limited to 'sw/source/core/doc/lineinfo.cxx')
-rw-r--r--sw/source/core/doc/lineinfo.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/doc/lineinfo.cxx b/sw/source/core/doc/lineinfo.cxx
index 0bcf67d59bf7..c35fc87cc90f 100644
--- a/sw/source/core/doc/lineinfo.cxx
+++ b/sw/source/core/doc/lineinfo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lineinfo.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 20:57:04 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:38:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -76,7 +76,7 @@ SwLineNumberInfo::SwLineNumberInfo() :
{
}
-SwLineNumberInfo::SwLineNumberInfo(const SwLineNumberInfo &rCpy ) :
+SwLineNumberInfo::SwLineNumberInfo(const SwLineNumberInfo &rCpy ) : SwClient(),
aType( rCpy.GetNumType() ),
aDivider( rCpy.GetDivider() ),
nPosFromLeft( rCpy.GetPosFromLeft() ),