summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker/bmpcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker/bmpcore.cxx')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index 7e8247c67afe..22be38edcc15 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.cxx
@@ -102,13 +102,13 @@ void BmpCreator::ImplCreate( const ::std::vector< DirEntry >& rInDirs,
else
aPrefix = String( aName, 0, 2 );
- String aNumStr(rtl::OUString::createFromAscii(rLang.maLangDir));
+ String aNumStr(rtl::OUString::createFromAscii(rLang.maLangDir));
- if( aNumStr.Len() == 1 )
- aNumStr.Insert( '0', 0 );
+ if( aNumStr.Len() == 1 )
+ aNumStr.Insert( '0', 0 );
- aName = DirEntry( aName ).GetBase();
- aName += String( RTL_CONSTASCII_USTRINGPARAM( ".bmp" ) );
+ aName = DirEntry( aName ).GetBase();
+ aName += String( RTL_CONSTASCII_USTRINGPARAM( ".bmp" ) );
// create output file name
aOutFile += DirEntry( aName );