summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:01:06 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:01:06 +0000
commitbb485f0c05f948953e684f02087f7a3d3779fc7b (patch)
treed3b4f75e83e7696018975761c0930448a2beaf22 /idl
parent9c024d17be3b57a0d9471356bc8492048e6bdb68 (diff)
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
Diffstat (limited to 'idl')
-rw-r--r--idl/inc/command.hxx3
1 files changed, 1 insertions, 2 deletions
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();
};