summaryrefslogtreecommitdiff
path: root/include/editeng/unopracc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unopracc.hxx')
-rw-r--r--include/editeng/unopracc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/unopracc.hxx b/include/editeng/unopracc.hxx
index b1e8620e2c5c..54910358c8aa 100644
--- a/include/editeng/unopracc.hxx
+++ b/include/editeng/unopracc.hxx
@@ -37,7 +37,7 @@ class SvxAccessibleTextPropertySet : public SvxUnoTextRangeBase,
{
public:
SvxAccessibleTextPropertySet( const SvxEditSource*, const SvxItemPropertySet* );
- virtual ~SvxAccessibleTextPropertySet() throw();
+ virtual ~SvxAccessibleTextPropertySet() throw() override;
// XTextRange
virtual css::uno::Reference< css::text::XText > SAL_CALL getText() throw (css::uno::RuntimeException, std::exception) override;