summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
};
}; }; }; };