diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:01:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:01:18 +0000 |
commit | 1ddd285aef4952ffbf344dfb3e3fdcda99401e0d (patch) | |
tree | a9efd711fed68b301ac0ea8b4621eba4d6b6b88a /framework | |
parent | 6a280d0e96accf87a0de41db43ae63b38407302a (diff) |
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
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/helper/uiconfigelementwrapperbase.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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, |