diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 10:16:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-02 12:15:51 +0200 |
commit | bedc5bf125bdc0377b7dc845192b274e90945e13 (patch) | |
tree | f2fa0555401ca6d547a1987f1e902d1ae8b76b35 /ucbhelper/source | |
parent | 14b8c176133979cd1c3163ef5fe3eed0e6479fea (diff) |
Upcoming improved loplugin:staticanonymous -> redundantstatic: ucbhelper
Change-Id: Ie5e160e577ba0acc83617b2f4f2ca97b9d3f6da7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97727
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/provider/resultset.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/resultset.cxx b/ucbhelper/source/provider/resultset.cxx index 6cb1536675b8..c8a8ba51bfd5 100644 --- a/ucbhelper/source/provider/resultset.cxx +++ b/ucbhelper/source/provider/resultset.cxx @@ -60,7 +60,7 @@ static const uno::Type& sal_Bool_getCppuType() return cppu::UnoType<bool>::get(); } -static const PropertyInfo aPropertyTable[] = +const PropertyInfo aPropertyTable[] = { { "IsRowCountFinal", 1000, |