summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-02-05 11:21:34 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-02-05 11:21:34 +0000
commit6cc73635f4b678ee9676699fd5e795a91ebbd27d (patch)
tree8dd772b086254c633d2443eb8bfab5c9b1b06413 /fpicker
parent7b630bb7d83935a186202ca0dbeddada38e531f2 (diff)
INTEGRATION: CWS fwk83_SRC680 (1.5.82); FILE MERGED
2008/01/15 08:02:06 pb 1.5.82.1: fix; #i85134# FolderPicker_getSupportedServiceNames() without dialogs.FolderPicker
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/folderpicker/FolderPicker.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/fpicker/source/win32/folderpicker/FolderPicker.cxx b/fpicker/source/win32/folderpicker/FolderPicker.cxx
index e27a201f4294..aac52657e8a6 100644
--- a/fpicker/source/win32/folderpicker/FolderPicker.cxx
+++ b/fpicker/source/win32/folderpicker/FolderPicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FolderPicker.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 13:20:09 $
+ * last change: $Author: ihi $ $Date: 2008-02-05 12:21:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -88,9 +88,8 @@ namespace
{
Sequence< OUString > SAL_CALL FolderPicker_getSupportedServiceNames()
{
- Sequence< OUString > aRet(2);
- aRet[0] = OUString::createFromAscii("com.sun.star.ui.dialogs.FolderPicker");
- aRet[1] = OUString::createFromAscii("com.sun.star.ui.dialogs.SystemFolderPicker");
+ Sequence< OUString > aRet(1);
+ aRet[0] = OUString::createFromAscii("com.sun.star.ui.dialogs.SystemFolderPicker");
return aRet;
}
}