diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 06:57:42 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-09-19 06:57:42 +0000 |
commit | a5d906cfaf1727ac4041ab6c4a09e32b3f6d21d3 (patch) | |
tree | 9a767ac558d7a0fd04b002959460d49482b54f35 /sfx2/source/appl/shutdownicon.cxx | |
parent | a0a0760e1c3ce3d21570d76c18df75381b16f9a9 (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/source/appl/shutdownicon.cxx')
-rw-r--r-- | sfx2/source/appl/shutdownicon.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/shutdownicon.cxx b/sfx2/source/appl/shutdownicon.cxx index 1517e81c02..3b8d9a2ca2 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(); |