diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:40:07 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:40:07 +0000 |
commit | c957572a2d456b860dffb1a9e38cdcb981af0df7 (patch) | |
tree | 3f0f7359294faf09d41bcb1cb342483574d3487d /idl/inc | |
parent | 31d6637a793bad55aaec46421bcca8a2d95d44bd (diff) |
INTEGRATION: CWS warnings01 (1.2.8); FILE MERGED
2005/10/27 16:03:12 sb 1.2.8.1: #i53898# Made code warning-free.
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/command.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index a08bf63148d1..a51e566a57f5 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -4,9 +4,9 @@ * * $RCSfile: command.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:45:00 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:40:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,7 +82,7 @@ public: ~SvCommand(); }; -void Init( const SvCommand & rCommand ); +void Init(); class SvIdlWorkingBase; BOOL ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand ); void DeInit(); |