diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-13 11:07:45 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-12-13 11:08:41 +0200 |
commit | 9e820dc8e6e8ebc65e3afad813755422bef33c63 (patch) | |
tree | 4ea98d81df3837156efbc8bf454dedb4660b0036 /cui/source | |
parent | 6e1efd486dfd5a4bcff1405158c9e40e0c2b6524 (diff) |
Get rid of this env. variable
Change-Id: I70222eaef9ab77f74bd7e200a3c4e849dcc4542f
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/customize/cfg.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 4d50289d8576..2b1cd622f02e 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -815,10 +815,7 @@ SvxConfigDialog::SvxConfigDialog(vcl::Window * pParent, const SfxItemSet* pInSet InitImageType(); m_nMenusPageId = AddTabPage("menus", CreateSvxMenuConfigPage, nullptr); - if ( getenv("LO_USE_NEWCONTEXTMENU") ) - m_nContextMenusPageId = AddTabPage("contextmenus", CreateSvxContextMenuConfigPage, nullptr); - else - RemoveTabPage("contextmenus"); + m_nContextMenusPageId = AddTabPage("contextmenus", CreateSvxContextMenuConfigPage, nullptr); m_nKeyboardPageId = AddTabPage("keyboard", CreateKeyboardConfigPage, nullptr); m_nToolbarsPageId = AddTabPage("toolbars", CreateSvxToolbarConfigPage, nullptr); m_nEventsPageId = AddTabPage("events", CreateSvxEventConfigPage, nullptr); |