summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2022-03-05 09:16:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-03-05 15:19:15 +0100
commit492098417a590521506e41c05d3ab0f09628d39a (patch)
tree683c9b58fc58c220f056c01c4781b18588553cc8 /svx/source/fmcomp
parenteaeb8b56a4e450917001919be0848bad115293a1 (diff)
GetComponentServiceName can be const
Change-Id: Iac61eec0b27660dd2ff45f70c92de5a8cdc2c301 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131044 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/fmgridif.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index bc008f01f7ce..fb6067663a62 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -399,7 +399,7 @@ void SAL_CALL FmXGridControl::dispose()
}
-OUString FmXGridControl::GetComponentServiceName()
+OUString FmXGridControl::GetComponentServiceName() const
{
return "DBGrid";
}