summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/acmplwrd.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:32:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 07:32:16 +0000
commitf082bed9685c83944189b61fb4b7cf44439fbdbc (patch)
tree0e8e39cc94455887d0aebf9bae61e670f7bb51af /sw/source/core/doc/acmplwrd.cxx
parentef5bb090cb3241d01f05f3e5fcf2d3d8cecea482 (diff)
INTEGRATION: CWS swwarnings (1.14.222); FILE MERGED
2007/03/08 17:29:42 ama 1.14.222.1: #i69287#: warning free code
Diffstat (limited to 'sw/source/core/doc/acmplwrd.cxx')
-rw-r--r--sw/source/core/doc/acmplwrd.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/doc/acmplwrd.cxx b/sw/source/core/doc/acmplwrd.cxx
index c523d3933c2b..2c47914cbc33 100644
--- a/sw/source/core/doc/acmplwrd.cxx
+++ b/sw/source/core/doc/acmplwrd.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: acmplwrd.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 20:49:05 $
+ * last change: $Author: hr $ $Date: 2007-09-27 08:32:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -160,6 +160,7 @@ SwAutoCompleteClient::SwAutoCompleteClient(SwAutoCompleteWord& rToTell, SwDoc& r
---------------------------------------------------------------------------*/
SwAutoCompleteClient::SwAutoCompleteClient(const SwAutoCompleteClient& rClient) :
+ SwClient(),
pAutoCompleteWord(rClient.pAutoCompleteWord),
pDoc(rClient.pDoc)
{
@@ -193,7 +194,7 @@ SwAutoCompleteClient& SwAutoCompleteClient::operator=(const SwAutoCompleteClient
/* -----------------------------05.08.2002 12:49------------------------------
---------------------------------------------------------------------------*/
-void SwAutoCompleteClient::Modify(SfxPoolItem *pOld, SfxPoolItem *pNew)
+void SwAutoCompleteClient::Modify(SfxPoolItem *pOld, SfxPoolItem *)
{
switch( pOld ? pOld->Which() : 0 )
{