summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 09:37:17 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-04-09 09:37:17 +0200
commit1955c30b72135397ff095ebf4712cc6db2a2c407 (patch)
treecce15cecb8a78b4f770776735aba41dedfb3f094 /fpicker
parentb90b03e6d52d9627a59724125ef705181f57caf8 (diff)
parent6a8179060873ccfa03a7327ab92aec2f1bade06e (diff)
slidecopy: merge CWS wth MWS-m76
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 429676d8b7..0d35922c82 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -1587,6 +1587,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 );
}