From c7c99f89eeb119ae6062053eb37f5a9a51073a37 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Mar 2021 16:34:18 +0000 Subject: SidebarPanelBase is always created with a PanelLayout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I825452fbd56435edcc0a2ffb7abe0f834bf10fb0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111976 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- chart2/source/controller/sidebar/Chart2PanelFactory.cxx | 2 +- chart2/source/controller/sidebar/ChartAreaPanel.cxx | 2 +- chart2/source/controller/sidebar/ChartAreaPanel.hxx | 2 +- chart2/source/controller/sidebar/ChartAxisPanel.cxx | 2 +- chart2/source/controller/sidebar/ChartAxisPanel.hxx | 2 +- chart2/source/controller/sidebar/ChartElementsPanel.cxx | 2 +- chart2/source/controller/sidebar/ChartElementsPanel.hxx | 2 +- chart2/source/controller/sidebar/ChartErrorBarPanel.cxx | 2 +- chart2/source/controller/sidebar/ChartErrorBarPanel.hxx | 2 +- chart2/source/controller/sidebar/ChartLinePanel.cxx | 2 +- chart2/source/controller/sidebar/ChartLinePanel.hxx | 2 +- chart2/source/controller/sidebar/ChartSeriesPanel.cxx | 2 +- chart2/source/controller/sidebar/ChartSeriesPanel.hxx | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) (limited to 'chart2/source') diff --git a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx index 3ae73588075c..62d1ab65753f 100644 --- a/chart2/source/controller/sidebar/Chart2PanelFactory.cxx +++ b/chart2/source/controller/sidebar/Chart2PanelFactory.cxx @@ -82,7 +82,7 @@ Reference SAL_CALL ChartPanelFactory::createUIElement ( "ChartPanelFactory::createUIElement called without valid ChartController", nullptr); - VclPtr pPanel; + VclPtr pPanel; if (rsResourceURL.endsWith("/ElementsPanel")) pPanel = ChartElementsPanel::Create( pParentWindow, xFrame, pController ); else if (rsResourceURL.endsWith("/TypePanel")) diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.cxx b/chart2/source/controller/sidebar/ChartAreaPanel.cxx index 313943eb3d92..6d25025d460f 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.cxx @@ -256,7 +256,7 @@ private: } -VclPtr ChartAreaPanel::Create( +VclPtr ChartAreaPanel::Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartAreaPanel.hxx b/chart2/source/controller/sidebar/ChartAreaPanel.hxx index fb9a80e15342..c7d171f20e38 100644 --- a/chart2/source/controller/sidebar/ChartAreaPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAreaPanel.hxx @@ -37,7 +37,7 @@ class ChartAreaPanel : public svx::sidebar::AreaPropertyPanelBase, public ChartSidebarSelectionListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index aca063e84575..bf84d253961d 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -288,7 +288,7 @@ void ChartAxisPanel::updateData() mxNFRotation->set_value(getAxisRotation(mxModel, aCID), FieldUnit::DEGREE); } -VclPtr ChartAxisPanel::Create ( +VclPtr ChartAxisPanel::Create ( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.hxx b/chart2/source/controller/sidebar/ChartAxisPanel.hxx index 0f5170f3cc0c..f662c9f27cf5 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.hxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.hxx @@ -35,7 +35,7 @@ class ChartAxisPanel : public PanelLayout, public ChartSidebarSelectionListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.cxx b/chart2/source/controller/sidebar/ChartElementsPanel.cxx index 5212186da371..f740fa7319ac 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.cxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.cxx @@ -540,7 +540,7 @@ void ChartElementsPanel::updateData() mxLBLegendPosition->set_active(getLegendPos(mxModel)); } -VclPtr ChartElementsPanel::Create ( +VclPtr ChartElementsPanel::Create ( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartElementsPanel.hxx b/chart2/source/controller/sidebar/ChartElementsPanel.hxx index 059e7c4fe122..75ad788d7319 100644 --- a/chart2/source/controller/sidebar/ChartElementsPanel.hxx +++ b/chart2/source/controller/sidebar/ChartElementsPanel.hxx @@ -39,7 +39,7 @@ class ChartElementsPanel : public PanelLayout, public ChartSidebarModifyListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index b435520c5968..6799a147339d 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx @@ -349,7 +349,7 @@ void ChartErrorBarPanel::updateData() } } -VclPtr ChartErrorBarPanel::Create ( +VclPtr ChartErrorBarPanel::Create ( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx index 7111ce83717c..df8d0b621317 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.hxx @@ -32,7 +32,7 @@ class ChartErrorBarPanel : public PanelLayout, public ChartSidebarModifyListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); diff --git a/chart2/source/controller/sidebar/ChartLinePanel.cxx b/chart2/source/controller/sidebar/ChartLinePanel.cxx index 3853c8c2aa69..58280f19fcdb 100644 --- a/chart2/source/controller/sidebar/ChartLinePanel.cxx +++ b/chart2/source/controller/sidebar/ChartLinePanel.cxx @@ -107,7 +107,7 @@ private: } -VclPtr ChartLinePanel::Create( +VclPtr ChartLinePanel::Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartLinePanel.hxx b/chart2/source/controller/sidebar/ChartLinePanel.hxx index ef174a5ee3a9..b30775353b08 100644 --- a/chart2/source/controller/sidebar/ChartLinePanel.hxx +++ b/chart2/source/controller/sidebar/ChartLinePanel.hxx @@ -37,7 +37,7 @@ class ChartLinePanel : public svx::sidebar::LinePropertyPanelBase, public ChartSidebarSelectionListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index 70693fe27d5e..80153beaa80d 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -385,7 +385,7 @@ void ChartSeriesPanel::updateData() mxFTSeriesName->set_label(aFrameLabel); } -VclPtr ChartSeriesPanel::Create ( +VclPtr ChartSeriesPanel::Create ( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController) diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx index 72be7b208b9b..485b46fe68d6 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.hxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.hxx @@ -43,7 +43,7 @@ class ChartSeriesPanel : public PanelLayout, public ChartSidebarSelectionListenerParent { public: - static VclPtr Create( + static VclPtr Create( vcl::Window* pParent, const css::uno::Reference& rxFrame, ChartController* pController); -- cgit v1.2.3