Kaydet (Commit) 8569cf1d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref

Change-Id: I0114bd98b92b9810d7d829ddce8461a2844e0506
üst 1fc8fb31
...@@ -378,7 +378,7 @@ public: ...@@ -378,7 +378,7 @@ public:
DECL_LINK_TYPED( NotifyUndoActionHdl, SdrUndoAction*, void ); DECL_LINK_TYPED( NotifyUndoActionHdl, SdrUndoAction*, void );
css::uno::Reference<css::uno::XInterface> getChartView(); css::uno::Reference<css::uno::XInterface> const & getChartView();
private: private:
DrawViewWrapper* GetDrawViewWrapper(); DrawViewWrapper* GetDrawViewWrapper();
......
...@@ -1969,7 +1969,7 @@ void ChartController::impl_SetMousePointer( const MouseEvent & rEvent ) ...@@ -1969,7 +1969,7 @@ void ChartController::impl_SetMousePointer( const MouseEvent & rEvent )
m_pChartWindow->SetPointer( Pointer( PointerStyle::Arrow )); m_pChartWindow->SetPointer( Pointer( PointerStyle::Arrow ));
} }
css::uno::Reference<css::uno::XInterface> ChartController::getChartView() css::uno::Reference<css::uno::XInterface> const & ChartController::getChartView()
{ {
return m_xChartView; return m_xChartView;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment