diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-06 16:18:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-07 07:21:32 +0100 |
commit | be354a2abd27548405caf97fdbc814b5a6b06995 (patch) | |
tree | a044c734c912a9a194f380d31aabd679772916b2 /sc/inc/column.hxx | |
parent | c947a25b3a785f8d43160671f79e3bb503dfb1ae (diff) |
loplugin:constparams
Change-Id: Ia322ecf8f80b28c58ec33d17ca9607401a92534b
Reviewed-on: https://gerrit.libreoffice.org/45959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index c9c55e85b92e..60dfd3edf1d6 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -323,7 +323,7 @@ public: bool SetString( SCROW nRow, SCTAB nTab, const OUString& rString, formula::FormulaGrammar::AddressConvention eConv, - ScSetStringParam* pParam = nullptr ); + const ScSetStringParam* pParam = nullptr ); void SetEditText( SCROW nRow, EditTextObject* pEditText ); void SetEditText( sc::ColumnBlockPosition& rBlockPos, SCROW nRow, EditTextObject* pEditText ); |