From ddd78b0706cb6ac67867f3ce3d23f6076d14df50 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Fri, 8 Jul 2016 16:50:11 +0200 Subject: tdf#100052 sd: Add labels to insert before/after commands Change-Id: If3c273d8c579a30594b5570fced3f0617e9656a5 Reviewed-on: https://gerrit.libreoffice.org/27047 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- .../openoffice/Office/UI/DrawImpressCommands.xcu | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'officecfg/registry') diff --git a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu index 4e3f88731d65..001e9110b193 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1785,6 +1785,22 @@ 1 + + + Insert Row Below + + + 1 + + + + + Insert Row Above + + + 1 + + Insert Rows @@ -1804,6 +1820,22 @@ 1 + + + Insert Column Right + + + 1 + + + + + Insert Column Left + + + 1 + + Insert Columns -- cgit