summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:25:55 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:25:55 +0000
commitcabfe6440db3cd8b7b6b7368e7acedbd5dac95b2 (patch)
tree87a48ff80d8948d0e83c4074ac462a090e5c1dd8 /fpicker
parentad391fc3974fd648b34aae1d629f49020ab7cdf7 (diff)
INTEGRATION: CWS as6 (1.4.78); FILE MERGED
2007/08/14 09:27:04 as 1.4.78.1: #i78850# make AutoExtension control obsolete; #i63263# improve multi selection mode
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/FPentry.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/FPentry.cxx b/fpicker/source/win32/filepicker/FPentry.cxx
index a57982c92927..b2ea931591c1 100644
--- a/fpicker/source/win32/filepicker/FPentry.cxx
+++ b/fpicker/source/win32/filepicker/FPentry.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FPentry.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 10:47:43 $
+ * last change: $Author: ihi $ $Date: 2007-11-19 16:25:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -71,6 +71,7 @@ using namespace ::com::sun::star::lang ;
using namespace ::com::sun::star::registry ;
using namespace ::cppu ;
using ::com::sun::star::ui::dialogs::XFilePicker;
+using ::com::sun::star::ui::dialogs::XFilePicker2;
//------------------------------------------------
//
@@ -80,7 +81,7 @@ static Reference< XInterface > SAL_CALL createInstance(
const Reference< XMultiServiceFactory >& rServiceManager )
{
return Reference< XInterface >(
- static_cast< XFilePicker* >(
+ static_cast< XFilePicker2* >(
new CFilePicker( rServiceManager ) ) );
}