cpputools/source/sp2bv/sp2bv.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4726801b3f4fb26373a0cbcb3c0e437449fa3baa
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Wed Nov 8 08:45:43 2023 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed Nov 8 22:49:47 2023 +0100

    loplugin:external -> loplugin:conststringvar -> loplugin:redundantstatic
    
    Change-Id: If5705fdf626ea9096e1d80b614d1907ec6b66bb7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159110
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/cpputools/source/sp2bv/sp2bv.cxx b/cpputools/source/sp2bv/sp2bv.cxx
index 7e525f7fefcd..9d502c9b4e42 100644
--- a/cpputools/source/sp2bv/sp2bv.cxx
+++ b/cpputools/source/sp2bv/sp2bv.cxx
@@ -24,7 +24,7 @@
 
 static bool hasOption(char const * szOption, int argc, char** argv);
 
-const char* HELP_TEXT =
+const char* const HELP_TEXT =
     "SYNOPSIS \n\n"
     "\tsp2bv [-h] [-?] string \n\n"
     "DESCRIPTION\n\n"

Reply via email to