summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appopen.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-18 08:00:58 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-18 08:00:58 +0000
commitb3c1fe32254ca1d79a82f63d5bab9fb8ec7c5bbf (patch)
tree702366f3fdbae255dc3b417b3523863803df7366 /sfx2/source/appl/appopen.cxx
parentc099d8eeda7ec6e09eea75bb3d458f85eec8766d (diff)
INTEGRATION: CWS fwk67 (1.110.76); FILE MERGED
2007/07/04 08:54:57 cd 1.110.76.1: #i79140# Fixed some memory leaks
Diffstat (limited to 'sfx2/source/appl/appopen.cxx')
-rw-r--r--sfx2/source/appl/appopen.cxx13
1 files changed, 3 insertions, 10 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index 508b905a69..da4b384f36 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: appopen.cxx,v $
*
- * $Revision: 1.113 $
+ * $Revision: 1.114 $
*
- * last change: $Author: obo $ $Date: 2007-07-17 13:40:26 $
+ * last change: $Author: obo $ $Date: 2007-07-18 09:00:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -991,14 +991,7 @@ void SfxApplication::OpenDocExec_Impl( SfxRequest& rReq )
delete pURLList;
return;
}
-// else
-// {
-// String aURL;
-// if ( pURLList->Count() == 1 )
-// aURL = *(pURLList->GetObject(0));
-// rReq.AppendItem( SfxStringItem( SID_FILE_NAME, aURL ) );
-// delete pURLList;
-// }
+ delete pURLList;
}
if ( !rReq.IsSynchronCall() )