From e8fea983571a79e9681a7471b2a8d4527936f279 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 26 Nov 2007 12:44:36 +0000 Subject: 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 --- framework/inc/uielement/toolbarmanager.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'framework') 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 }; -- cgit