diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2022-03-05 09:40:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-03-05 11:59:21 +0100 |
commit | 34e347db726a415f3f6df0c1f2112aff6d67bdeb (patch) | |
tree | 772cc65ec901bbfe422bfb7cd8ff5e7149e2f7de /include/svx | |
parent | 6f652725fcbb068b8b482a74ef021396d4d0f133 (diff) |
AccessibleShape::GetStyle can be const
Change-Id: Ic71ae0645c85ec27cc6a172d379070fe88a9f452
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131045
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/AccessibleShape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleShape.hxx b/include/svx/AccessibleShape.hxx index 509bee235298..082bb72c4616 100644 --- a/include/svx/AccessibleShape.hxx +++ b/include/svx/AccessibleShape.hxx @@ -413,7 +413,7 @@ protected: /// @throws css::uno::RuntimeException OUString GetFullAccessibleName(AccessibleShape *shape); - virtual OUString GetStyle(); + virtual OUString GetStyle() const; /** Update the <const>OPAQUE</const> and <const>SELECTED</const> state. */ void UpdateStates(); |