summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/inc/uiobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/inc/uiobject.hxx')
-rw-r--r--chart2/source/controller/inc/uiobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/controller/inc/uiobject.hxx b/chart2/source/controller/inc/uiobject.hxx
index 580db5ea71ba..31d1561b08f3 100644
--- a/chart2/source/controller/inc/uiobject.hxx
+++ b/chart2/source/controller/inc/uiobject.hxx
@@ -19,7 +19,7 @@ class ChartUIObject : public UIObject
{
public:
- ChartUIObject(VclPtr<chart::ChartWindow> xChartWindow,
+ ChartUIObject(const VclPtr<chart::ChartWindow>& xChartWindow,
const OUString& rCID);
StringMap get_state() override;
@@ -48,7 +48,7 @@ class ChartWindowUIObject : public WindowUIObject
public:
- ChartWindowUIObject(VclPtr<chart::ChartWindow> xChartWindow);
+ ChartWindowUIObject(const VclPtr<chart::ChartWindow>& xChartWindow);
virtual StringMap get_state() override;