diff options
Diffstat (limited to 'include/sax/fshelper.hxx')
-rw-r--r-- | include/sax/fshelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sax/fshelper.hxx b/include/sax/fshelper.hxx index 5be3b3bfc697..70ef1025218b 100644 --- a/include/sax/fshelper.hxx +++ b/include/sax/fshelper.hxx @@ -212,7 +212,7 @@ public: FastSerializerHelper* writeId(sal_Int32 tokenId); - css::uno::Reference< css::io::XOutputStream > getOutputStream() const; + css::uno::Reference< css::io::XOutputStream > const & getOutputStream() const; static FastAttributeList *createAttrList(); |