diff options
-rw-r--r-- | dtrans/source/win32/misc/ImplHelper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx index f933701ce961..0e38b9183d82 100644 --- a/dtrans/source/win32/misc/ImplHelper.cxx +++ b/dtrans/source/win32/misc/ImplHelper.cxx @@ -72,10 +72,10 @@ OUString getWinCPFromLocaleId( LCID lcid, LCTYPE lctype ) { OSL_ASSERT( IsValidLocale( lcid, LCID_SUPPORTED ) ); - // we set an default value + // we set a default value OUString winCP; - // set an default value + // set a default value if ( LOCALE_IDEFAULTCODEPAGE == lctype ) { winCP = OUString::number( static_cast<sal_Int32>(GetOEMCP( )) ); |