chart2/source/inc/ChartTypeTemplate.hxx |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 71a5a9437557d7c79046207b7304ccc10c8aeb68
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sun Jan 23 12:28:39 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sun Jan 23 14:48:39 2022 +0100

    these methods do not need to be virtual
    
    Change-Id: I2be143adfab9a3f842469cb030281ed3c0610266
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128803
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/chart2/source/inc/ChartTypeTemplate.hxx 
b/chart2/source/inc/ChartTypeTemplate.hxx
index 58c940b2b65d..665b2709984c 100644
--- a/chart2/source/inc/ChartTypeTemplate.hxx
+++ b/chart2/source/inc/ChartTypeTemplate.hxx
@@ -87,12 +87,14 @@ public:
     rtl::Reference< ::chart::Diagram > createDiagramByDataSource(
         const css::uno::Reference< css::chart2::data::XDataSource >& 
xDataSource,
         const css::uno::Sequence< css::beans::PropertyValue >& aArguments );
+
     /// denotes if the chart needs categories at the first scale
     virtual bool supportsCategories();
 
-    virtual void changeDiagram(
+    OOO_DLLPUBLIC_CHARTTOOLS
+    void changeDiagram(
         const css::uno::Reference< css::chart2::XDiagram >& xDiagram );
-    virtual void changeDiagramData(
+    void changeDiagramData(
         const css::uno::Reference< css::chart2::XDiagram >& xDiagram,
         const css::uno::Reference< css::chart2::data::XDataSource >& 
xDataSource,
         const css::uno::Sequence< css::beans::PropertyValue >& aArguments );

Reply via email to