diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:17:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 13:17:00 +0000 |
commit | 30c61d273f284b30f51a71066377d8ebf790d3e1 (patch) | |
tree | 55a3fde4bdd6e823fd50c261c075f3e7362e5cda /shell | |
parent | 67c6bc1a64bf4e9ae804baa8804c727807465253 (diff) |
INTEGRATION: CWS warnings01 (1.3.14); FILE MERGED
2005/10/21 10:46:25 pl 1.3.14.1: #i55991# removed warnings for linux platform
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/backends/localebe/localelayer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/backends/localebe/localelayer.cxx b/shell/source/backends/localebe/localelayer.cxx index acbd7b90fc63..28070be83507 100644 --- a/shell/source/backends/localebe/localelayer.cxx +++ b/shell/source/backends/localebe/localelayer.cxx @@ -4,9 +4,9 @@ * * $RCSfile: localelayer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:49:01 $ + * last change: $Author: hr $ $Date: 2006-06-19 14:17:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ LocaleLayer::LocaleLayer( const uno::Sequence<backend::PropertyInfo>& aPropInfoList, const rtl::OUString& aTimestamp, const uno::Reference<uno::XComponentContext>& xContext) - : m_aPropInfoList(aPropInfoList), m_aTimestamp(aTimestamp) + : m_aTimestamp(aTimestamp), m_aPropInfoList(aPropInfoList) { //Create instance of LayerContentDescriber Service rtl::OUString const k_sLayerDescriberService(RTL_CONSTASCII_USTRINGPARAM( |