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/sdi/swriter.sdi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/sdi/swriter.sdi') diff --git a/sw/sdi/swriter.sdi b/sw/sdi/swriter.sdi index 7f8a13323901..9a1bee2effee 100644 --- a/sw/sdi/swriter.sdi +++ b/sw/sdi/swriter.sdi @@ -5829,7 +5829,7 @@ SfxVoidItem TextWrap FN_DRAW_WRAP_DLG GroupId = GID_FORMAT; ] -SfxVoidItem ToggleAnchorType FN_TOOL_ANCHOR +SfxVoidItem AnchorMenu FN_TOOL_ANCHOR () [ AutoUpdate = FALSE, -- cgit