svx/source/stbctrls/stbctrls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cba6653d460cc3800d1bd84ca9d39279b928e473 Author: Tamás Zolnai <[email protected]> Date: Wed Jan 25 23:03:34 2017 +0100 tdf#105520: "Selection Count" does not appear on Status bar when selected Change-Id: I6ade03b39aeafffa08cfbfcca4739cfe5a73d4ac Reviewed-on: https://gerrit.libreoffice.org/33561 Reviewed-by: Tamás Zolnai <[email protected]> Tested-by: Tamás Zolnai <[email protected]> (cherry picked from commit 326729ce54de5296cb2a673ae88d2befa3e245ef) Reviewed-on: https://gerrit.libreoffice.org/33564 Tested-by: Jenkins <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/svx/source/stbctrls/stbctrls.h b/svx/source/stbctrls/stbctrls.h index 532bbe1..91d4fa9 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
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
