From 1b3258fc67cf47d709629f48a041e021a293b4b3 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 19 Jun 2006 10:03:20 +0000 Subject: INTEGRATION: CWS warnings01 (1.8.32); FILE MERGED 2005/10/28 14:48:19 cd 1.8.32.1: #i55991# Warning free code changes for gcc --- .../inc/uiconfiguration/moduleuiconfigurationmanager.hxx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'framework/inc/uiconfiguration') diff --git a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx index 17ab7a8e609e..35916de75dc7 100644 --- a/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx +++ b/framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: moduleuiconfigurationmanager.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:40:34 $ + * last change: $Author: hr $ $Date: 2006-06-19 11:03:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,8 +164,8 @@ namespace framework { public: // XInterface, XTypeProvider, XServiceInfo - DECLARE_XINTERFACE - DECLARE_XTYPEPROVIDER + FWK_DECLARE_XINTERFACE + FWK_DECLARE_XTYPEPROVIDER DECLARE_XSERVICEINFO ModuleUIConfigurationManager( com::sun::star::uno::Reference< com::sun::star::lang::XMultiServiceFactory > xServiceManager ); @@ -249,7 +249,11 @@ namespace framework struct UIElementType { - UIElementType() : nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ), bLoaded( false ), bModified( false ), bDefaultLayer( false ) {} + UIElementType() : bModified( false ), + bLoaded( false ), + bDefaultLayer( false ), + nElementType( ::com::sun::star::ui::UIElementType::UNKNOWN ) {} + bool bModified; bool bLoaded; -- cgit