diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 08:49:40 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-03-25 08:49:40 +0100 |
commit | 667e864a12c4a0c2c90e49080e3000fc9cb26cb2 (patch) | |
tree | b2fe6e4aa8b83de426b629dc1a796fcc3ebe4e26 /fpicker | |
parent | ad195dcdbcb178b2df5602babb825863096f1c7a (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.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index c296c22dc931..3350a508c3df 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 ); } |