diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:03:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 18:03:35 +0000 |
commit | 6cceb30d34f270fab5366b30f02a41ee4e1261d9 (patch) | |
tree | 8362973b599e336b6e948759185dcd01be162826 /idl | |
parent | 6304ab46d50dfaaf48d72a7ed4f93ec888cfb765 (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.cxx | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/idl/source/prj/command.cxx b/idl/source/prj/command.cxx index 8ac564155078..dae05bcfbf60 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 ) |