summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/swlbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/swlbox.hxx')
-rw-r--r--sw/source/uibase/inc/swlbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/swlbox.hxx b/sw/source/uibase/inc/swlbox.hxx
index 3eb4860d5deb..a8984bbe1ecf 100644
--- a/sw/source/uibase/inc/swlbox.hxx
+++ b/sw/source/uibase/inc/swlbox.hxx
@@ -57,7 +57,7 @@ class SW_DLLPUBLIC SwComboBox : public ComboBox
public:
SwComboBox(vcl::Window* pParent, WinBits nStyle);
- virtual ~SwComboBox();
+ virtual ~SwComboBox() override;
void InsertSwEntry(const SwBoxEntry&);
virtual sal_Int32 InsertEntry(const OUString& rStr, sal_Int32 = COMBOBOX_APPEND) override;