summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-25 08:49:40 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-25 08:49:40 +0100
commit17903c7a1b6a4f9e5d4e2ae0cc123703e62055e7 (patch)
treec3affbbf14092ab4680602f2f772ebf44ba7b41d /fpicker
parent3bc7eead5045f1c3b572e5663a000afa9fff9b9c (diff)
slidecopy: extended the Extensions-UCP so it now allows browsing the complete hierarchy. File access still missing
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 1f8b6a3ce4..c29dd2bda0 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1590,6 +1590,9 @@ void SvtFileDialog::UpdateControls( const String& rURL )
sText = sURL;
}
+ if ( !sText.Len() && rURL.Len() )
+ // happens, for instance, for URLs which the INetURLObject does not know to belong to a hierarchical scheme
+ sText = rURL;
_pImp->_pFtCurrentPath->SetText( sText );
}