diff options
Diffstat (limited to 'include/svx/compressgraphicdialog.hxx')
-rw-r--r-- | include/svx/compressgraphicdialog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/compressgraphicdialog.hxx b/include/svx/compressgraphicdialog.hxx index 59fe0dd2c59b..9a0969f8f547 100644 --- a/include/svx/compressgraphicdialog.hxx +++ b/include/svx/compressgraphicdialog.hxx @@ -30,7 +30,7 @@ class SdrGrafObj; class SfxBindings; class SvStream; -class SAL_WARN_UNUSED SVX_DLLPUBLIC CompressGraphicsDialog : public weld::GenericDialogController +class SAL_WARN_UNUSED SVX_DLLPUBLIC CompressGraphicsDialog final : public weld::GenericDialogController { private: std::unique_ptr<weld::Label> m_xLabelGraphicType; |