diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:32:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-03-15 08:32:42 +0000 |
commit | 064a8abc92952884a39b692beaec9dc5f17cb1fd (patch) | |
tree | 70aba34439866a56274b46926b6954a72f6ede7d /framework/inc/helper | |
parent | fd75daa5e80f9b2d59e5e64a95d4865b79255b81 (diff) |
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
Diffstat (limited to 'framework/inc/helper')
-rw-r--r-- | framework/inc/helper/uiconfigelementwrapperbase.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
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; |