From 6d2db6cf7caf55422eed69212236aab8542a3415 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 8 Mar 2016 13:37:18 +0200 Subject: Move anchor submenu to separate popupmenu file Objectives: - Reduce copy-paste, by defining the list of commands only once, and reusing everywhere (menubar, context menu, toolbar button). - Kill SwTbxAnchor. Once we have separate popupmenu, we can just load it with the generic controller. Change-Id: I5a8b47892471e293ee2331915361f8ce256dc76c --- sw/UIConfig_swreport.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/UIConfig_swreport.mk') diff --git a/sw/UIConfig_swreport.mk b/sw/UIConfig_swreport.mk index b1286f89685d..061dd92655a8 100644 --- a/sw/UIConfig_swreport.mk +++ b/sw/UIConfig_swreport.mk @@ -14,6 +14,7 @@ $(eval $(call gb_UIConfig_add_menubarfiles,modules/swreport,\ )) $(eval $(call gb_UIConfig_add_popupmenufiles,modules/swreport,\ + sw/uiconfig/swreport/popupmenu/anchor \ sw/uiconfig/swreport/popupmenu/annotation \ sw/uiconfig/swreport/popupmenu/draw \ sw/uiconfig/swreport/popupmenu/drawtext \ -- cgit