summaryrefslogtreecommitdiff
path: root/sw/inc/shellio.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 16:23:37 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-04 20:20:45 +0200
commit5ecb947b3ad67300bae934dc011823d1989449b6 (patch)
tree51cc4675c79dfd560dd869523b79e1fc94fbf4bb /sw/inc/shellio.hxx
parentf7c59aaa078576a413846b7c8024e728818ca2be (diff)
loplugin:constparams in sw part5
Change-Id: I6c33709aa407ccb3eee7026ab9b40dc4257de209 Reviewed-on: https://gerrit.libreoffice.org/40769 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
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 bbace938d039..1ebc33e4e0a8 100644
--- a/sw/inc/shellio.hxx
+++ b/sw/inc/shellio.hxx
@@ -496,7 +496,7 @@ class SW_DLLPUBLIC SwWriter
bool bWriteAll;
public:
- ErrCode Write( WriterRef& rxWriter, const OUString* = nullptr);
+ ErrCode Write( WriterRef const & rxWriter, const OUString* = nullptr);
SwWriter( SvStream&, SwCursorShell &, bool bWriteAll = false );
SwWriter( SvStream&, SwDoc & );