From 30345483ac46d067e92ddec1898f5368605953d7 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 14:10:13 +0000 Subject: INTEGRATION: CWS chart2mst3 (1.5.8); FILE MERGED 2006/11/30 16:55:34 mba 1.5.8.3: merge problem fixed: doubled ID 2006/08/22 15:37:23 bm 1.5.8.2: #i68861# (last comment was junk) new state MERGEDMENUBAR for sending an event after the menubars for OLE objects have been merged 2006/08/22 14:38:02 bm 1.5.8.1: ##ifndef _COM_SUN_STAR_FRAME_XLAYOUTMANAGEREVENTBROADCASTER_HPP_# --- offapi/com/sun/star/frame/LayoutManagerEvents.idl | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'offapi') diff --git a/offapi/com/sun/star/frame/LayoutManagerEvents.idl b/offapi/com/sun/star/frame/LayoutManagerEvents.idl index 26afbe8d5d0f..29c143d0d36d 100644 --- a/offapi/com/sun/star/frame/LayoutManagerEvents.idl +++ b/offapi/com/sun/star/frame/LayoutManagerEvents.idl @@ -4,9 +4,9 @@ * * $RCSfile: LayoutManagerEvents.idl,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2005-09-23 15:33:00 $ + * last change: $Author: vg $ $Date: 2007-05-22 15:10:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,6 +103,15 @@ constants LayoutManagerEvents

*/ const short INVISIBLE = 4; + + //------------------------------------------------------------------------- + /** A merged menu bar has been set at the layout manager. + +

+ This event sends no additional information. +

+ */ + const short MERGEDMENUBAR = 5; }; }; }; }; }; -- cgit