diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-29 08:47:03 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-11-06 08:51:23 +0200 |
commit | fa109ceba9796eddef82a71bc454e0fe393c81ce (patch) | |
tree | dc965ea5c59f87ab4689dc476e482cd6ad56a7d5 /sfx2/source | |
parent | 296329a926877d069f55364a177d734f385ce7ae (diff) |
convert xub_StrLen to sal_Int32
convert various module-local functions
Change-Id: I89f3eb40b107e2617958e474ffe86bd73e01cf33
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/dialog/filedlghelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index dfe44e0b964f..0fbf4eb2d7d9 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -2033,7 +2033,7 @@ void FileDialogHelper_Impl::saveConfig() namespace { - static OUString getInitPath( const OUString& _rFallback, const xub_StrLen _nFallbackToken ) + static OUString getInitPath( const OUString& _rFallback, const sal_Int32 _nFallbackToken ) { SfxApplication *pSfxApp = SFX_APP(); OUString sPath = pSfxApp->GetLastDir_Impl(); |