summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:39:54 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:39:54 +0000
commitce612ce4e48db0a10f5c18a36787267d09eb74f7 (patch)
tree7e719527bfc566520780eee58c81d6e9bb2d0fd7 /idl
parent72312d816538732d7508430bc141e9c9cee5b99d (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')
-rw-r--r--idl/inc/basobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx
index f746d6825d..367a1708e2 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)