From 1ddd285aef4952ffbf344dfb3e3fdcda99401e0d Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 19 Dec 2006 13:01:18 +0000 Subject: INTEGRATION: CWS fwk56 (1.7.90); FILE MERGED 2006/11/09 08:23:52 cd 1.7.90.1: #i71264# Fix build problems with gcc 4.2 --- framework/inc/helper/uiconfigelementwrapperbase.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx index 07596e7e4ea0..40d07aeede52 100644 --- a/framework/inc/helper/uiconfigelementwrapperbase.hxx +++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx @@ -4,9 +4,9 @@ * * $RCSfile: uiconfigelementwrapperbase.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:54:50 $ + * last change: $Author: ihi $ $Date: 2006-12-19 14:01:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -193,7 +193,7 @@ class UIConfigElementWrapperBase : public ::com::sun::star::lang::XTypeProvider static const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::Property > impl_getStaticPropertyDescriptor(); sal_Int16 m_nType; - sal_Bool m_bPersistent : 1, + bool m_bPersistent : 1, m_bInitialized : 1, m_bConfigListener : 1, m_bConfigListening : 1, -- cgit