[Libreoffice-commits] core.git: ucbhelper/source
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 2 10:16:28 UTC 2020
ucbhelper/source/provider/resultset.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bedc5bf125bdc0377b7dc845192b274e90945e13
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Jul 2 10:16:30 2020 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Jul 2 12:15:51 2020 +0200
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 at redhat.com>
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,
More information about the Libreoffice-commits
mailing list