INTEGRATION: CWS fwk83_SRC680 (1.2.54); FILE MERGED
2008/01/15 07:50:18 pb 1.2.54.1: fix: #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker
This commit is contained in:
parent
55788e1824
commit
eb67fb28fb
1 changed files with 5 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: SalAquaFolderPicker.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: ihi $ $Date: 2007-07-11 10:59:23 $
|
||||
* last change: $Author: ihi $ $Date: 2008-02-05 12:20:53 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -116,10 +116,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.AquaFolderPicker" );
|
||||
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.AquaFolderPicker" );
|
||||
return aRet;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue