summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/shellio.hxx')
-rw-r--r--sw/inc/shellio.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellio.hxx b/sw/inc/shellio.hxx
index 19a38e083d95..46529ceb7394 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -131,7 +131,7 @@ public:
void ResetASCIIOpts() { m_aASCIIOpts.Reset(); }
css::uno::Reference<css::io::XInputStream>& GetInputStream() { return m_xInputStream; }
- void SetInputStream(css::uno::Reference<css::io::XInputStream>& xInputStream)
+ void SetInputStream(const css::uno::Reference<css::io::XInputStream>& xInputStream)
{
m_xInputStream = xInputStream;
}