summaryrefslogtreecommitdiff
path: root/cui/source/inc
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-12-17 01:54:45 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-12-17 07:35:15 +0100
commitc8977c4465b5ea2b598bdd71621d1b7c57ec5eb6 (patch)
tree696799785c1fefe9d9a6b21b6df14e3a13608675 /cui/source/inc
parentccb6a1c6d59859467f9d9a6d954501e9329ee202 (diff)
tdf#98058 Respect menu:style="text" setting
It was implemented on the xml handling side, but ignored by the menubar code. In addition, make the menu:style attribute survive customization (similar to tdf#114261). Change-Id: I92a3517ee7ba2fe7a0782985d89fb5d0fdbac246 Reviewed-on: https://gerrit.libreoffice.org/46627 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'cui/source/inc')
-rw-r--r--cui/source/inc/SvxConfigPageHelper.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/SvxConfigPageHelper.hxx b/cui/source/inc/SvxConfigPageHelper.hxx
index 75f8373201f6..4d0596846bd6 100644
--- a/cui/source/inc/SvxConfigPageHelper.hxx
+++ b/cui/source/inc/SvxConfigPageHelper.hxx
@@ -65,6 +65,7 @@ public:
OUString& rCommandURL,
OUString& rLabel,
sal_uInt16& rType,
+ sal_Int32& rStyle,
css::uno::Reference< css::container::XIndexAccess >& rSubMenu );
static bool GetToolbarItemData(
const css::uno::Reference< css::container::XIndexAccess >& rItemContainer,