INTEGRATION: CWS fwk72 (1.18.14); FILE MERGED
2007/09/18 08:53:13 mav 1.18.14.2: RESYNC: (1.18-1.19); FILE MERGED 2007/08/01 11:06:03 cd 1.18.14.1: #i79981# Context menu commands must be processed asynchronously as they can lead to the destruction of the menus parent window
This commit is contained in:
parent
83bdd116bf
commit
e8fea98357
1 changed files with 4 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: toolbarmanager.hxx,v $
|
||||
*
|
||||
* $Revision: 1.19 $
|
||||
* $Revision: 1.20 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2007-08-01 10:52:48 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-26 13:44:36 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -182,6 +182,8 @@ class ToolBarManager : public ::com::sun::star::frame::XFrameActionListener
|
|||
enum ExecuteCommand
|
||||
{
|
||||
EXEC_CMD_CLOSETOOLBAR,
|
||||
EXEC_CMD_DOCKTOOLBAR,
|
||||
EXEC_CMD_DOCKALLTOOLBARS,
|
||||
EXEC_CMD_NONE,
|
||||
EXEC_CMD_COUNT
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue