diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-11 00:54:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-11 12:16:44 +0000 |
commit | 66891aaebe089594fea38368b23800505fc6a0e4 (patch) | |
tree | e175267e04017cf2e21c3d007b3d8adfcaadfc4f /sc/source/ui/vba | |
parent | f72718614578cc8d76df1cbcee5fd5d9ab0fd00d (diff) |
Fix typos
Change-Id: Ia79bc8d35cf19438d177f31a8e0c8603102b4ef1
Reviewed-on: https://gerrit.libreoffice.org/35061
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source/ui/vba')
-rw-r--r-- | sc/source/ui/vba/vbaworkbook.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/vba/vbaworkbook.cxx b/sc/source/ui/vba/vbaworkbook.cxx index fdecac1f9071..145cab4a3180 100644 --- a/sc/source/ui/vba/vbaworkbook.cxx +++ b/sc/source/ui/vba/vbaworkbook.cxx @@ -312,8 +312,8 @@ ScVbaWorkbook::SaveAs( const uno::Any& FileName, const uno::Any& FileFormat, con FileName >>= sFileName; OUString sURL; osl::FileBase::getFileURLFromSystemPath( sFileName, sURL ); - // detect if there is no path if there is no path then we need - // to use the current current folder + // detect if there is no path then we need + // to use the current folder INetURLObject aURL( sURL ); sURL = aURL.GetMainURL( INetURLObject::DecodeMechanism::ToIUri ); if( sURL.isEmpty() ) |