summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2002-07-18 10:41:05 +0000
committerPhilipp Lohmann <pl@openoffice.org>2002-07-18 10:41:05 +0000
commite524b7b9f8e39f0e94fb0593a6f7fa67402452be (patch)
tree4730dc1a7e71bcb9dc1dc093cdc1fa6032fb0bff /vcl/unx
parentffc314c1398de9495ae9b71c6ebb6b752115bd02 (diff)
#101480# separator is now part of osl locale variant string
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/source/app/wmadaptor.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/vcl/unx/source/app/wmadaptor.cxx b/vcl/unx/source/app/wmadaptor.cxx
index 2e84d1d02597..f7894e49aeb4 100644
--- a/vcl/unx/source/app/wmadaptor.cxx
+++ b/vcl/unx/source/app/wmadaptor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: wmadaptor.cxx,v $
*
- * $Revision: 1.34 $
+ * $Revision: 1.35 $
*
- * last change: $Author: pl $ $Date: 2002-06-10 17:27:28 $
+ * last change: $Author: pl $ $Date: 2002-07-18 11:41:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -902,10 +902,7 @@ void WMAdaptor::setWMName( SalFrame* pFrame, const String& rWMName ) const
aLocaleString += aCountry;
}
if( aVariant.getLength() )
- {
- aLocaleString += ::rtl::OUString::createFromAscii( "." );
aLocaleString += aVariant;
- }
aWMLocale = ::rtl::OUStringToOString( aLocaleString, RTL_TEXTENCODING_ISO_8859_1 );
}
else