diff options
author | Noel Grandin <noel@peralex.com> | 2016-04-13 11:25:24 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-04-13 13:27:52 +0200 |
commit | 746289bf97ee6eeaf8a1df6b040dd9ae29bab0ce (patch) | |
tree | 41ce4775ff7bd938408ec3ad639a95e3eec42534 /sax | |
parent | d60d957a680d9c98823aac05facb652bf619a750 (diff) |
loplugin:passstuffbyref in sax
Change-Id: I95f0a17b9b8bab592a60f6b5223b4668c5355275
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/tools/CachedOutputStream.hxx | 2 |
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; } |