summaryrefslogtreecommitdiff
path: root/include/unotools/historyoptions.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-10-30 15:23:59 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-10-31 07:03:06 +0100
commit2721cd2e9cf12c64b5e4456e231a3ed80b95349a (patch)
tree364c2b0aca4356255792b609e25e514c5850dd3c /include/unotools/historyoptions.hxx
parentbbed261b8c12f19d2d81005a529fc68b57f56617 (diff)
loplugin:finalclasses in unotools
Change-Id: I0fa349db5dab3406aa93d40d4d2f41e517bf60fa Reviewed-on: https://gerrit.libreoffice.org/81799 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools/historyoptions.hxx')
-rw-r--r--include/unotools/historyoptions.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx
index 8d628a67254b..9279f864cfdc 100644
--- a/include/unotools/historyoptions.hxx
+++ b/include/unotools/historyoptions.hxx
@@ -55,7 +55,7 @@ class SvtHistoryOptions_Impl;
key "PickList": The last used documents displayed in the file menu.
key "History": The last opened documents general.
*/
-class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtHistoryOptions : public utl::detail::Options
+class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtHistoryOptions final : public utl::detail::Options
{
public:
SvtHistoryOptions();