Kaydet (Commit) 580c0f5e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:passstuffbyref also for {css::uno,rtl}::Reference

Change-Id: I2ddc6111cede4f7322aabbd1e5ecc671fe101d4e
üst 84e4786e
......@@ -176,7 +176,7 @@ bool DlgEditor::RemarkDialog()
DlgEditor::DlgEditor (
vcl::Window& rWindow_, DialogWindowLayout& rLayout_,
css::uno::Reference<css::frame::XModel> const& xModel,
css::uno::Reference<css::container::XNameContainer> xDialogModel
css::uno::Reference<css::container::XNameContainer> const & xDialogModel
)
:pHScroll(nullptr)
,pVScroll(nullptr)
......
......@@ -137,7 +137,7 @@ public:
DlgEditor (
vcl::Window&, DialogWindowLayout&,
css::uno::Reference<css::frame::XModel> const& xModel,
css::uno::Reference<css::container::XNameContainer> xDialogModel
css::uno::Reference<css::container::XNameContainer> const & xDialogModel
);
virtual ~DlgEditor();
......
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