summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
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;
}