From cba6653d460cc3800d1bd84ca9d39279b928e473 Mon Sep 17 00:00:00 2001 From: Tamás Zolnai Date: Wed, 25 Jan 2017 23:03:34 +0100 Subject: tdf#105520: "Selection Count" does not appear on Status bar when selected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ade03b39aeafffa08cfbfcca4739cfe5a73d4ac Reviewed-on: https://gerrit.libreoffice.org/33561 Reviewed-by: Tamás Zolnai Tested-by: Tamás Zolnai (cherry picked from commit 326729ce54de5296cb2a673ae88d2befa3e245ef) Reviewed-on: https://gerrit.libreoffice.org/33564 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/source/stbctrls/stbctrls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/stbctrls/stbctrls.h b/svx/source/stbctrls/stbctrls.h index 532bbe19ca4f..91d4fa9987b5 100644 --- a/svx/source/stbctrls/stbctrls.h +++ b/svx/source/stbctrls/stbctrls.h @@ -37,7 +37,7 @@ #define PSZ_FUNC_MAX 4 #define PSZ_FUNC_MIN 5 #define PSZ_FUNC_SUM 9 -#define PSZ_FUNC_SELECTION_COUNT 12 +#define PSZ_FUNC_SELECTION_COUNT 13 #define PSZ_FUNC_NONE 16 #define XMLSEC_CALL 1 -- cgit