diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:39:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:39:54 +0000 |
commit | 31d6637a793bad55aaec46421bcca8a2d95d44bd (patch) | |
tree | 13e41022420506ad5253a4e433022e118a37fa08 /idl/inc | |
parent | a727325e860a0eed05389cd3395446100e0e2dc2 (diff) |
INTEGRATION: CWS warnings01 (1.2.6); FILE MERGED
2005/10/27 16:03:11 sb 1.2.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/basobj.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index fbced19b198f..bb39fccf2658 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: basobj.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:44:09 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:39:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -214,7 +214,7 @@ public: virtual void WriteSvIdl( SvIdlDataBase & rBase, SvStream & rOutStm, USHORT nTab ); virtual void Write( SvIdlDataBase & rBase, SvStream & rOutStm, USHORT nTab, WriteType, WriteAttribute = 0); - void WriteDescription( SvIdlDataBase& rBase, SvStream& rOutStm ); + void WriteDescription( SvStream& rOutStm ); #endif }; SV_DECL_IMPL_REF(SvMetaName) |