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 3e050f6953d9..c33649f5708d 100644
--- a/uui/source/nameclashdlg.hxx
+++ b/uui/source/nameclashdlg.hxx
@@ -49,7 +49,7 @@ public:
OUString const & rProposedNewName,
bool bAllowOverwrite );
virtual ~NameClashDialog();
- virtual void dispose() SAL_OVERRIDE;
+ virtual void dispose() override;
OUString getNewName() const { return maNewName; }
};