summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-16 14:35:37 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-16 14:35:37 +0000
commit48504db6a31a7f12968f113ab3a7926af58db78c (patch)
treeca21c15e8e105502360ef4de78a7ed5aae6e208d /fpicker/source/win32/filepicker
parent0107dbec5883ff483324f3284ec3ebc5517fbceb (diff)
INTEGRATION: CWS winfpickerfixes (1.5.84); FILE MERGED
2005/02/10 08:17:11 tra 1.5.84.1: #i42384#no umlauts in us ascii strings
Diffstat (limited to 'fpicker/source/win32/filepicker')
-rw-r--r--fpicker/source/win32/filepicker/workbench/Test_fps.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
index 45e07bd616f3..41e155548c2d 100644
--- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
+++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Test_fps.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2003-03-25 18:05:05 $
+ * last change: $Author: vg $ $Date: 2005-02-16 15:35:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -392,7 +392,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* Env[] )
xFilePicker->setDefaultName( OUString::createFromAscii("d:\\test2.sxw"));
OUString aDirURL;
- OUString aSysPath = OStringToOUString( "d:\\", osl_getThreadTextEncoding( ) );
+ OUString aSysPath = OStringToOUString( "d:\\ueaeoe", osl_getThreadTextEncoding( ) );
::osl::FileBase::getFileURLFromSystemPath( aSysPath, aDirURL );
xFilePicker->setDisplayDirectory( aDirURL );