From 9e820dc8e6e8ebc65e3afad813755422bef33c63 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Sun, 13 Dec 2015 11:07:45 +0200 Subject: Get rid of this env. variable Change-Id: I70222eaef9ab77f74bd7e200a3c4e849dcc4542f --- cui/source/customize/cfg.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cui') 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); -- cgit