summaryrefslogtreecommitdiff
path: root/idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:03:35 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:03:35 +0000
commit7070e2d2cd7be7cf9b06d728357b430bbba62a59 (patch)
tree629f00eb3c2b89b21e92e81121a65f5c8ef24b61 /idl
parent5cb8e9d696e2477bf83dd537244d37130662ea5d (diff)
INTEGRATION: CWS mba30patches01 (1.7.4); FILE MERGED
2008/04/23 09:45:31 mba 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:40:05 mba 1.7.4.1: #i86353#: remove unused code
Diffstat (limited to 'idl')
-rw-r--r--idl/source/prj/command.cxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx
index 3fe0a261e8..50360ece5c 100644
--- a/idl/source/prj/command.cxx
+++ b/idl/source/prj/command.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: command.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -215,22 +215,6 @@ BOOL ReadIdl( SvIdlWorkingBase * pDataBase, const SvCommand & rCommand )
|* SvCommand::SvCommand()
|*
|* Beschreibung
-|* Ersterstellung MM 15.12.94
-|* Letzte Aenderung MM 15.12.94
-|*
-*************************************************************************/
-SvCommand::SvCommand()
- : nFlags( 0 )
-{
- DirEntry aEntry;
- aPath = aEntry.GetFull(); //Immer im Aktuellen Pfad suchen
-}
-
-/*************************************************************************
-|*
-|* SvCommand::SvCommand()
-|*
-|* Beschreibung
|*
*************************************************************************/
static BOOL ResponseFile( StringList * pList, int argc, char ** argv )