diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 12:44:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 12:44:36 +0000 |
commit | e8fea983571a79e9681a7471b2a8d4527936f279 (patch) | |
tree | 0094789125c114b5652199bbcc27027b7f48524d /framework | |
parent | 83bdd116bff23e64517fd668d334d5bab247c38f (diff) |
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
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/toolbarmanager.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 9893ff6aac41..e5a4ba834b3f 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -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 }; |