diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-11-08 08:45:43 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-11-08 22:49:47 +0100 |
commit | 4726801b3f4fb26373a0cbcb3c0e437449fa3baa (patch) | |
tree | b25e9d1e9d231a4a40a3b4ae355a4f673d64220f /cpputools/source/sp2bv | |
parent | 0156cba6e34026f8fa0f2912e503378a5ec2208d (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'cpputools/source/sp2bv')
-rw-r--r-- | cpputools/source/sp2bv/sp2bv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |