diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-03-17 01:05:52 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-03-17 01:15:58 +0200 |
commit | 1caac283894d0deeac564c67cd816cc2907f9ac7 (patch) | |
tree | 8cd22177c2d52a09e25b54c52d342f0773c29283 /framework/inc | |
parent | e7d405b74e30218a85a1e1ec371c8175df06ded7 (diff) |
tdf#92049 NewMenuController: track icon theme changes too
Change-Id: I2f2c990b2cbacddf94bf74329d641d5a7e489773
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/uielement/newmenucontroller.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx index 23b324b13e82..293101c40b56 100644 --- a/framework/inc/uielement/newmenucontroller.hxx +++ b/framework/inc/uielement/newmenucontroller.hxx @@ -96,6 +96,7 @@ namespace framework m_bNewMenu : 1, m_bModuleIdentified : 1, m_bAcceleratorCfg : 1; + OUString m_aIconTheme; OUString m_aTargetFrame; OUString m_aModuleIdentifier; OUString m_aEmptyDocURL; |