Kaydet (Commit) 3843bd6a authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS fwk16 (1.9.54); FILE MERGED

2005/07/07 07:56:13 cd 1.9.54.1: #124193# Fix potential crash on toolbarmanager dtor. As this class gets disposed it must destroy it members in the dispose method and not in the dtor
üst 828eba88
......@@ -2,9 +2,9 @@
*
* $RCSfile: toolbarmanager.hxx,v $
*
* $Revision: 1.9 $
* $Revision: 1.10 $
*
* last change: $Author: kz $ $Date: 2005-03-21 14:02:18 $
* last change: $Author: kz $ $Date: 2005-07-12 14:12:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -190,6 +190,7 @@ class ToolBarManager : public ::com::sun::star::frame::XFrameActionListener
void RefreshImages();
void FillToolbar( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess >& rToolBarData );
void notifyRegisteredControllers( const rtl::OUString& aUIElementName, const rtl::OUString& aCommand );
void Destroy();
static sal_Int16 GetCurrentSymbolSize();
protected:
......
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