From 7adb6d218f50bbafea7998f67ed375c27694339c Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Tue, 30 Jun 2015 23:52:19 +0300 Subject: tdf#86179 inc/dec font is missing in some shells Mostly in Calc, but also for the SwAnnotationShell. Also replace the current code in SwDrawTextShell with a call to EditView::ChangeFontSize. The latter is able to handle text with different sizes out of the box. Change-Id: I4b55da579ea51683140bce0544e481606d7e5f3e Reviewed-on: https://gerrit.libreoffice.org/16658 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky --- .../openoffice/Office/UI/DrawImpressCommands.xcu | 22 ---------------------- .../org/openoffice/Office/UI/GenericCommands.xcu | 22 ++++++++++++++++++++++ .../org/openoffice/Office/UI/WriterCommands.xcu | 22 ---------------------- 3 files changed, 22 insertions(+), 44 deletions(-) (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 5b845f636cdd..9e611827be3f 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu @@ -1844,28 +1844,6 @@ 1 - - - Increase Font Size - - - Increase Size - - - 1 - - - - - Decrease Font Size - - - Decrease Size - - - 1 - - Double Underline diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index d221d56c8d86..1f33ada79e68 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1404,6 +1404,28 @@ 9 + + + Increase Font Size + + + Increase Size + + + 1 + + + + + Decrease Font Size + + + Decrease Size + + + 1 + + Select Module diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu index 3069395f1c1a..d85988e128d2 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterCommands.xcu @@ -615,28 +615,6 @@ Page Number - - - Increase Font Size - - - Increase Size - - - 1 - - - - - Decrease Font Size - - - Decrease Size - - - 1 - - Page Style -- cgit