From 064a8abc92952884a39b692beaec9dc5f17cb1fd Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 15 Mar 2005 08:32:42 +0000 Subject: INTEGRATION: CWS toolbars4 (1.4.8); FILE MERGED 2005/03/07 15:49:56 cd 1.4.8.1: #i44348# Set no close flag for important toolbars --- framework/inc/helper/uiconfigelementwrapperbase.hxx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'framework/inc/helper') diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx index 9d862a949e02..dfcc719bc86a 100644 --- a/framework/inc/helper/uiconfigelementwrapperbase.hxx +++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx @@ -2,9 +2,9 @@ * * $RCSfile: uiconfigelementwrapperbase.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2005-03-01 19:24:49 $ + * last change: $Author: obo $ $Date: 2005-03-15 09:32:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -221,9 +221,10 @@ class UIConfigElementWrapperBase : public ::com::sun::star::lang::XTypeProvider m_bInitialized : 1, m_bConfigListener : 1, m_bConfigListening : 1, - m_bDisposed : 1; + m_bDisposed : 1, + m_bNoClose : 1; rtl::OUString m_aResourceURL; - com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xConfigSource; + com::sun::star::uno::Reference< ::com::sun::star::ui::XUIConfigurationManager > m_xConfigSource; com::sun::star::uno::Reference< com::sun::star::container::XIndexAccess > m_xConfigData; com::sun::star::uno::WeakReference< com::sun::star::frame::XFrame > m_xWeakFrame; com::sun::star::uno::Reference< com::sun::star::awt::XMenuBar > m_xMenuBar; -- cgit