summaryrefslogtreecommitdiff
path: root/include/editeng/edtdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/edtdlg.hxx')
-rw-r--r--include/editeng/edtdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/edtdlg.hxx b/include/editeng/edtdlg.hxx
index e9adddeaeac2..da9d347290ae 100644
--- a/include/editeng/edtdlg.hxx
+++ b/include/editeng/edtdlg.hxx
@@ -83,7 +83,7 @@ class AbstractHangulHanjaConversionDialog : public VclAbstractTerminatedDialog
class EDITENG_DLLPUBLIC EditAbstractDialogFactory : virtual public VclAbstractDialogFactory
{
public:
- virtual ~EditAbstractDialogFactory(); // needed for export of vtable
+ virtual ~EditAbstractDialogFactory() override; // needed for export of vtable
static EditAbstractDialogFactory* Create();
virtual AbstractThesaurusDialog* CreateThesaurusDialog( vcl::Window*, css::uno::Reference< css::linguistic2::XThesaurus > xThesaurus,
const OUString &rWord, sal_Int16 nLanguage ) = 0;