summaryrefslogtreecommitdiff
path: root/include/framework
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-11-03 18:33:43 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-11-03 22:11:35 +0200
commit0c6305a01f13f5c09dc4c000d5b250319fffe0e4 (patch)
tree69cece883de7691231a49301625bf4ccde41addb /include/framework
parent281be263619a8e513a26e6a9165d1d77cf6524ea (diff)
Support of popupmenu resource type
Reusing the same xml format as the menubar, except that a popup menu use menu:menupopup as the root element. Change-Id: I2987af0dc698b09aeeb757cff828617515bc3009
Diffstat (limited to 'include/framework')
-rw-r--r--include/framework/menuconfiguration.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx
index 25e26f3447a7..2a0ec2d53bd6 100644
--- a/include/framework/menuconfiguration.hxx
+++ b/include/framework/menuconfiguration.hxx
@@ -118,7 +118,8 @@ public:
void StoreMenuBarConfigurationToXML(
css::uno::Reference< css::container::XIndexAccess >& rMenuBarConfiguration,
- css::uno::Reference< css::io::XOutputStream >& rOutputStream )
+ css::uno::Reference< css::io::XOutputStream >& rOutputStream,
+ bool bIsMenuBar )
throw (css::lang::WrappedTargetException, css::uno::RuntimeException);
private: