summaryrefslogtreecommitdiff
path: root/uui/source/nameclashdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'uui/source/nameclashdlg.hxx')
-rw-r--r--uui/source/nameclashdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/nameclashdlg.hxx b/uui/source/nameclashdlg.hxx
index 0ddde55c4f32..0f98ed243bf1 100644
--- a/uui/source/nameclashdlg.hxx
+++ b/uui/source/nameclashdlg.hxx
@@ -47,7 +47,7 @@ public:
OUString const & rClashingName,
OUString const & rProposedNewName,
bool bAllowOverwrite );
- virtual ~NameClashDialog();
+ virtual ~NameClashDialog() override;
virtual void dispose() override;
const OUString& getNewName() const { return maNewName; }
};