summaryrefslogtreecommitdiff
path: root/include/svx/AccessibleControlShape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/AccessibleControlShape.hxx')
-rw-r--r--include/svx/AccessibleControlShape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/AccessibleControlShape.hxx b/include/svx/AccessibleControlShape.hxx
index d2c2ec05c6b5..96c4c370d617 100644
--- a/include/svx/AccessibleControlShape.hxx
+++ b/include/svx/AccessibleControlShape.hxx
@@ -57,7 +57,7 @@ public:
AccessibleControlShape(
const AccessibleShapeInfo& rShapeInfo,
const AccessibleShapeTreeInfo& rShapeTreeInfo);
- virtual ~AccessibleControlShape( );
+ virtual ~AccessibleControlShape( ) override;
const css::uno::Reference< css::beans::XPropertySet >& SAL_CALL GetControlModel( ) { return m_xControlModel;} ;
AccessibleControlShape* SAL_CALL GetLabeledByControlShape();