summaryrefslogtreecommitdiff
path: root/ucbhelper/source/provider/std_outputstream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucbhelper/source/provider/std_outputstream.cxx')
-rw-r--r--ucbhelper/source/provider/std_outputstream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucbhelper/source/provider/std_outputstream.cxx b/ucbhelper/source/provider/std_outputstream.cxx
index 390ddbe4b408..bfe5efa0ea39 100644
--- a/ucbhelper/source/provider/std_outputstream.cxx
+++ b/ucbhelper/source/provider/std_outputstream.cxx
@@ -18,7 +18,7 @@ using namespace com::sun::star;
namespace ucbhelper
{
- StdOutputStream::StdOutputStream( boost::shared_ptr< ostream > pStream ) :
+ StdOutputStream::StdOutputStream( boost::shared_ptr< ostream > const & pStream ) :
m_pStream( pStream )
{
}