Kaydet (Commit) 064a8abc authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst fd75daa5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment