summaryrefslogtreecommitdiff
path: root/padmin/source/helper.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2002-12-02 16:33:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2002-12-02 16:33:44 +0000
commit4729846c20efff0c9425760538b0194c1d62a41f (patch)
tree38b8919cd00eb8a95d06dad4f32ba3e1218bd6d8 /padmin/source/helper.cxx
parent19343d7a0eb7f630c38744fa8c9567e775fabeed (diff)
#85375#,#100000# The default parameter for INetURLObject::GetMainURL has been removed.
Diffstat (limited to 'padmin/source/helper.cxx')
-rw-r--r--padmin/source/helper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/padmin/source/helper.cxx b/padmin/source/helper.cxx
index fbcde509c03a..ae5af28a972c 100644
--- a/padmin/source/helper.cxx
+++ b/padmin/source/helper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: helper.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: pl $ $Date: 2002-09-11 15:57:15 $
+ * last change: $Author: rt $ $Date: 2002-12-02 17:30:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -330,7 +330,7 @@ bool padmin::chooseDirectory( Window* pParent, String& rInOutPath )
}
}
INetURLObject aObj( rInOutPath, INET_PROT_FILE, INetURLObject::ENCODE_ALL );
- xFolderPicker->setDisplayDirectory( aObj.GetMainURL() );
+ xFolderPicker->setDisplayDirectory( aObj.GetMainURL(INetURLObject::DECODE_TO_IURI) );
if( xFolderPicker->execute() == ExecutableDialogResults::OK )
{
aObj = INetURLObject( xFolderPicker->getDirectory() );