INTEGRATION: CWS fwk83_SRC680 (1.9.130); FILE MERGED
2008/01/15 08:00:35 pb 1.9.130.1: fix; #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker
This commit is contained in:
parent
fab4d44b42
commit
7b630bb7d8
1 changed files with 5 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: SalGtkFolderPicker.cxx,v $
|
||||
*
|
||||
* $Revision: 1.9 $
|
||||
* $Revision: 1.10 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-16 17:52:23 $
|
||||
* last change: $Author: ihi $ $Date: 2008-02-05 12:21:17 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -110,10 +110,9 @@ namespace
|
|||
// controling event notifications
|
||||
uno::Sequence<rtl::OUString> SAL_CALL FolderPicker_getSupportedServiceNames()
|
||||
{
|
||||
uno::Sequence<rtl::OUString> aRet(3);
|
||||
aRet[0] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.FolderPicker" );
|
||||
aRet[1] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.SystemFolderPicker" );
|
||||
aRet[2] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.GtkFolderPicker" );
|
||||
uno::Sequence<rtl::OUString> aRet(2);
|
||||
aRet[0] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.SystemFolderPicker" );
|
||||
aRet[1] = rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.GtkFolderPicker" );
|
||||
return aRet;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue