[Libreoffice-commits] core.git: svx/source

Tamás Zolnai tamas.zolnai at collabora.com
Wed Jan 25 22:20:57 UTC 2017


 svx/source/stbctrls/stbctrls.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 326729ce54de5296cb2a673ae88d2befa3e245ef
Author: Tamás Zolnai <tamas.zolnai at collabora.com>
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 <tamas.zolnai at collabora.com>
    Tested-by: Tamás Zolnai <tamas.zolnai at collabora.com>

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


More information about the Libreoffice-commits mailing list