diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:44:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:44:47 +0000 |
commit | 915507e68b819074fd79ff95386d20069a509b8a (patch) | |
tree | b1e0fafa6460f3732f6ca297b1cd664723ba8bbb /framework | |
parent | 54b2a51ac22e7ae1ee4452c670315d5fc4e748eb (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/10/28 14:48:48 cd 1.3.32.1: #i55991# Warning free code changes for gcc
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/xml/acceleratorconfigurationwriter.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/xml/acceleratorconfigurationwriter.cxx b/framework/source/xml/acceleratorconfigurationwriter.cxx index 53c7d3eff518..669ee2c3c031 100644 --- a/framework/source/xml/acceleratorconfigurationwriter.cxx +++ b/framework/source/xml/acceleratorconfigurationwriter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: acceleratorconfigurationwriter.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:02:38 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:44:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,8 +88,8 @@ namespace framework{ AcceleratorConfigurationWriter::AcceleratorConfigurationWriter(const AcceleratorCache& rContainer, const css::uno::Reference< css::xml::sax::XDocumentHandler >& xConfig ) : ThreadHelpBase(&Application::GetSolarMutex()) - , m_rContainer (rContainer ) , m_xConfig (xConfig ) + , m_rContainer (rContainer ) { } |