diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 16:33:16 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 19:42:13 +0200 |
commit | 54c866828a9b85c23830e4a8be2c27b59ffd3cd5 (patch) | |
tree | ba9721dbffd46e7ad147b950744bd731acffe380 /xmlscript/source/xmldlg_imexp | |
parent | 9d6a532e49b2bdc0ee808ff0f4e17d327d79a754 (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: xmlscript
Change-Id: I59dc2d6949eb51394874403e62079ad75063882d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97773
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'xmlscript/source/xmldlg_imexp')
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_import.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx index cb3550a3abff..4a355b72852a 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx @@ -1388,7 +1388,7 @@ bool ImportContext::importImageScaleModeProperty( return false; } -static StringTriple const s_aEventTranslations[] = +StringTriple const s_aEventTranslations[] = { // from xmloff/source/forms/formevents.cxx // 28.09.2001 tbe added on-adjustmentvaluechange |