diff options
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(); |