summaryrefslogtreecommitdiffstats
path: root/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-04-13 11:25:24 +0200
committerNoel Grandin <noel@peralex.com>2016-04-13 13:27:52 +0200
commit746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce (patch)
tree41ce4775ff7bd938408ec3ad639a95e3eec42534 /sax
parentloplugin:passstuffbyref in oox (diff)
downloadcore-746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce.tar.gz
core-746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce.zip
loplugin:passstuffbyref in sax
Change-Id: I95f0a17b9b8bab592a60f6b5223b4668c5355275
Diffstat (limited to 'sax')
-rw-r--r--sax/source/tools/CachedOutputStream.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/CachedOutputStream.hxx b/sax/source/tools/CachedOutputStream.hxx
index f32693e70f92..b93abcb63740 100644
--- a/sax/source/tools/CachedOutputStream.hxx
+++ b/sax/source/tools/CachedOutputStream.hxx
@@ -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;
}