[Libreoffice-commits] core.git: accessibility/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Mar 4 07:40:06 UTC 2019


 accessibility/inc/strings.hrc |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 85b7e7fdd7f283a3084e2db0dd8e71a48fac228d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 2 12:24:07 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 4 08:39:45 2019 +0100

    Removed STR_SVT_ACC_LISTENTRY_SELCTED_STATE
    
    It passed "make check" on Linux.
    
    Just to spot it to devs. It seems to me it's not
    used anymore.
    
    Change-Id: I9549e4895d2e89a61d478ff26e142a4ddbd976df
    Reviewed-on: https://gerrit.libreoffice.org/68616
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/accessibility/inc/strings.hrc b/accessibility/inc/strings.hrc
index b65855534fea..3b377acf4376 100644
--- a/accessibility/inc/strings.hrc
+++ b/accessibility/inc/strings.hrc
@@ -25,7 +25,6 @@
 #define RID_STR_ACC_NAME_BROWSEBUTTON           NC_("RID_STR_ACC_NAME_BROWSEBUTTON", "Browse")
 #define STR_SVT_ACC_ACTION_EXPAND               NC_("STR_SVT_ACC_ACTION_EXPAND", "Expand" )
 #define STR_SVT_ACC_ACTION_COLLAPSE             NC_("STR_SVT_ACC_ACTION_COLLAPSE", "Collapse")
-#define STR_SVT_ACC_LISTENTRY_SELCTED_STATE     NC_("STR_SVT_ACC_LISTENTRY_SELCTED_STATE", "(Selected)")
 #define RID_STR_ACC_ACTION_CHECK                NC_("RID_STR_ACC_ACTION_CHECK", "Check")
 #define RID_STR_ACC_ACTION_UNCHECK              NC_("RID_STR_ACC_ACTION_UNCHECK", "Uncheck")
 #define RID_STR_ACC_SCROLLBAR_NAME_VERTICAL     NC_("RID_STR_ACC_SCROLLBAR_NAME_VERTICAL", "Vertical scroll bar")


More information about the Libreoffice-commits mailing list