diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-09 15:43:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-10 10:09:59 +0200 |
commit | 4358dc795cbd2b49aa87c89795cf63413b82400c (patch) | |
tree | b112046a74791f03b7971d1c22a0d2cb9aa39955 /sc/inc/docuno.hxx | |
parent | f946e905c6c6bb041ae580b14b711c6964af97bd (diff) |
loplugin:constantparam in sc
Change-Id: Ia7bc394fdc0dba720751c2a58d55bfe34b239098
Diffstat (limited to 'sc/inc/docuno.hxx')
-rw-r--r-- | sc/inc/docuno.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 6dc18f6ffedc..f0ac91e6dffa 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -130,7 +130,7 @@ public: void UpdateAllRowHeights(); void BeforeXMLLoading(); - void AfterXMLLoading(bool bRet); + void AfterXMLLoading(); ScSheetSaveData* GetSheetSaveData(); void RepaintRange( const ScRange& rRange ); |