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
commit7662e05479a961a5af37ac51ab5475732acc6b5d (patch)
tree2dd5db1d14f2e3859598322f7e277ff0bbcceadf /idl
parent63f79b67f4ca2d9f85e01fb38bb9f0061cd9135c (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 def2daed62..b76e856cfd 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();
};