summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/ViewElementListProvider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/ViewElementListProvider.hxx')
-rw-r--r--chart2/source/controller/inc/ViewElementListProvider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/ViewElementListProvider.hxx b/chart2/source/controller/inc/ViewElementListProvider.hxx
index c1b9bdd93502..d61d380d1992 100644
--- a/chart2/source/controller/inc/ViewElementListProvider.hxx
+++ b/chart2/source/controller/inc/ViewElementListProvider.hxx
@@ -29,11 +29,11 @@ namespace chart
class DrawModelWrapper;
-class ViewElementListProvider
+class ViewElementListProvider final
{
public:
ViewElementListProvider( DrawModelWrapper* pDrawModelWrapper );
- virtual ~ViewElementListProvider();
+ ~ViewElementListProvider();
XColorListRef GetColorTable() const;
XDashListRef GetDashList() const;