summaryrefslogtreecommitdiff
path: root/include/svx/spacinglistbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/spacinglistbox.hxx')
-rw-r--r--include/svx/spacinglistbox.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/spacinglistbox.hxx b/include/svx/spacinglistbox.hxx
index 59ece06a10a9..91e7fa18d777 100644
--- a/include/svx/spacinglistbox.hxx
+++ b/include/svx/spacinglistbox.hxx
@@ -26,7 +26,7 @@
enum class SpacingType { SPACING_INCH, MARGINS_INCH, SPACING_CM, MARGINS_CM };
/// Custom Widget ListBox to hold entries for Spacing & Margin settings of Header/Footer
-class SVX_DLLPUBLIC SpacingListBox : public ListBox
+class SVX_DLLPUBLIC SpacingListBox final : public ListBox
{
public:
SpacingListBox( vcl::Window* pParent );