diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:15:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:15:33 +0000 |
commit | e402b66ec758cf90e0cf16608d1c54fb852d9ab4 (patch) | |
tree | 108278b24004f69ba87888834d69eaac0e99ea64 /framework/source/dispatch/dispatchprovider.cxx | |
parent | 305548b5167d513ee7700bf43977eb75032ca68d (diff) |
INTEGRATION: CWS warnings01 (1.32.32); FILE MERGED
2005/10/28 14:48:31 cd 1.32.32.1: #i55991# Warning free code changes for gcc
Diffstat (limited to 'framework/source/dispatch/dispatchprovider.cxx')
-rw-r--r-- | framework/source/dispatch/dispatchprovider.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/dispatch/dispatchprovider.cxx b/framework/source/dispatch/dispatchprovider.cxx index fc7ed2a73d28..5457669b4bf9 100644 --- a/framework/source/dispatch/dispatchprovider.cxx +++ b/framework/source/dispatch/dispatchprovider.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dispatchprovider.cxx,v $ * - * $Revision: 1.32 $ + * $Revision: 1.33 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:19:24 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:15:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,8 +194,8 @@ DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMulti : ThreadHelpBase( &Application::GetSolarMutex() ) , OWeakObject ( ) // Init member - , m_xFrame ( xFrame ) , m_xFactory ( xFactory ) + , m_xFrame ( xFrame ) { } |