summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-21 01:47:57 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-21 03:08:26 +0200
commit051731bbcaa79b6428c8ebee6c114c9b28220cc8 (patch)
tree9d3b1a4cf3a7360bf5c1e39f0e3acec1679197fd /fpicker
parent41d521e965d26822afecb7a3a46cf825c657ec00 (diff)
post String conversion cleanup
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index 64bce13971ff..379df0dba84e 100644
--- a/fpicker/source/office/iodlg.cxx
+++ b/fpicker/source/office/iodlg.cxx
@@ -2176,7 +2176,7 @@ short SvtFileDialog::PrepareExecute()
// create and show instance for set path
INetURLObject aFolderURL( _aPath );
OUString aFileName( aFolderURL.getName( INetURLObject::LAST_SEGMENT, false ) );
- xub_StrLen nFileNameLen = aFileName.getLength();
+ sal_Int32 nFileNameLen = aFileName.getLength();
bool bFileToSelect = nFileNameLen != 0;
if ( bFileToSelect && aFileName[ nFileNameLen - 1 ] != INET_PATH_TOKEN )
{