diff options
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; } |