Kaydet (Commit) 746289bf authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:passstuffbyref in sax

Change-Id: I95f0a17b9b8bab592a60f6b5223b4668c5355275
üst d60d957a
......@@ -93,7 +93,7 @@ namespace sax
{
m_handler = delegate;
}
css::uno::Reference< css::xml::sax::XDocumentHandler > SAL_CALL
const css::uno::Reference< css::xml::sax::XDocumentHandler >& SAL_CALL
getDelegate()
{
return m_handler;
......@@ -215,7 +215,7 @@ namespace sax
{
m_handler = delegate;
}
css::uno::Reference< css::xml::sax::XExtendedDocumentHandler > SAL_CALL
const css::uno::Reference< css::xml::sax::XExtendedDocumentHandler >& SAL_CALL
getDelegate()
{
return m_handler;
......
......@@ -51,7 +51,7 @@ public:
{}
~CachedOutputStream() {}
css::uno::Reference< css::io::XOutputStream > getOutputStream() const
const css::uno::Reference< css::io::XOutputStream >& getOutputStream() const
{
return mxOutputStream;
}
......
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