diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-11 22:40:58 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-11 22:48:51 +0200 |
commit | 318c3a48c66dd4ceba801ef410f89b8bf900d5c7 (patch) | |
tree | 28da31161ac5a4c7f84193495a25c00fd2b539bf /cui/source/inc/cfg.hxx | |
parent | 5c6119eeaaaed322c884504a53bb558258233fe9 (diff) |
tdf#93837 Support nice UI names for context menus
Can be configured in various *WindowState.xcu files,
like toolbars.
Change-Id: I55a827344f03b31491cb793b9b211b59ff92287c
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r-- | cui/source/inc/cfg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 9066bad31a56..1ea1a986e0ed 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -204,6 +204,8 @@ class ContextMenuSaveInData : public SaveInData { private: std::unique_ptr< SvxConfigEntry > m_pRootEntry; + css::uno::Reference< css::container::XNameAccess > m_xPersistentWindowState; + OUString GetUIName( const OUString& rResourceURL ); public: ContextMenuSaveInData( |