diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:03:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 10:03:20 +0000 |
commit | 1b3258fc67cf47d709629f48a041e021a293b4b3 (patch) | |
tree | c5a8cecbee041ff67828171ae496c0dc0b570801 /framework/inc/uiconfiguration | |
parent | 5603813c6ec90c149a2860d07820737fcb1f7e7b (diff) |
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
Diffstat (limited to 'framework/inc/uiconfiguration')
-rw-r--r-- | framework/inc/uiconfiguration/moduleuiconfigurationmanager.hxx | 14 |
1 files changed, 9 insertions, 5 deletions
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; |