summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_Trendline.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/res_Trendline.hxx')
-rw-r--r--chart2/source/controller/dialogs/res_Trendline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/res_Trendline.hxx b/chart2/source/controller/dialogs/res_Trendline.hxx
index 1dccbd3a4f0c..ffe35e738cd2 100644
--- a/chart2/source/controller/dialogs/res_Trendline.hxx
+++ b/chart2/source/controller/dialogs/res_Trendline.hxx
@@ -31,11 +31,11 @@
namespace chart
{
-class TrendlineResources
+class TrendlineResources final
{
public:
TrendlineResources( vcl::Window* pParent, const SfxItemSet& rInAttrs );
- virtual ~TrendlineResources();
+ ~TrendlineResources();
void Reset(const SfxItemSet& rInAttrs);
bool FillItemSet(SfxItemSet* rOutAttrs) const;