From bb485f0c05f948953e684f02087f7a3d3779fc7b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 20 May 2008 18:01:06 +0000 Subject: INTEGRATION: CWS mba30patches01 (1.3.36); FILE MERGED 2008/04/23 09:44:52 mba 1.3.36.2: RESYNC: (1.3-1.4); FILE MERGED 2008/03/18 15:40:03 mba 1.3.36.1: #i86353#: remove unused code --- idl/inc/command.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'idl/inc') diff --git a/idl/inc/command.hxx b/idl/inc/command.hxx index fa05f9f8c08f..6829edcebe60 100644 --- a/idl/inc/command.hxx +++ b/idl/inc/command.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: command.hxx,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -67,7 +67,6 @@ public: String aDocuFile; UINT32 nFlags; - SvCommand(); SvCommand( int argc, char ** argv ); ~SvCommand(); }; -- cgit