summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 06:57:42 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 06:57:42 +0000
commit0aec7fe5e3e57318ed620f731d7354761d49a885 (patch)
treed7527dab4e1627300dafa15ae63e76679842bf8d /sfx2
parent4a81924a239016079ebdb765cca798fe839b4dae (diff)
INTEGRATION: CWS fwkq1 (1.34.76); FILE MERGED
2003/07/14 18:00:06 mba 1.34.76.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/shutdownicon.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx
index bacebe07a841..5dc94533ad93 100644
--- a/sfx2/source/appl/shutdownicon.cxx
+++ b/sfx2/source/appl/shutdownicon.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: shutdownicon.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 11:27:42 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:57:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -256,7 +256,7 @@ void ShutdownIcon::FileOpen()
EnterModalMode();
#endif
// use ctor for filling up filters automatically! #89169#
- FileDialogHelper dlg( WB_OPEN | SFXWB_MULTISELECTION, *(SfxObjectFactory*) NULL );
+ FileDialogHelper dlg( WB_OPEN | SFXWB_MULTISELECTION, String() );
if ( ERRCODE_NONE == dlg.Execute() )
{
Reference< XFilePicker > xPicker = dlg.GetFilePicker();