summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 14:10:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 14:10:13 +0000
commit30345483ac46d067e92ddec1898f5368605953d7 (patch)
tree7c6a3fbdb4c30ae4c77a3805f8812a64773849fe /offapi
parent048755000049617b5aca33c7663896ffbdbcc544 (diff)
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_#
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/frame/LayoutManagerEvents.idl13
1 files changed, 11 insertions, 2 deletions
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
</p>
*/
const short INVISIBLE = 4;
+
+ //-------------------------------------------------------------------------
+ /** A merged menu bar has been set at the layout manager.
+
+ <p>
+ This event sends no additional information.
+ </p>
+ */
+ const short MERGEDMENUBAR = 5;
};
}; }; }; };