diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-08 15:19:44 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-09 10:07:46 +0200 |
commit | 96a2aa94b2a68e12ab74cb6d8f4a16f6c63e4ccf (patch) | |
tree | 3401b0846e9b97cbf2d123d535f32e18b2d9f5f9 /include/svl/undo.hxx | |
parent | 44bccf92bc78daa93e969e8b37aeef96a3b38987 (diff) |
loplugin:constantparam in svl
Change-Id: Iefc441262cbdc6f115ea4ca5a673456b59477e13
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r-- | include/svl/undo.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx index 4893dde77a1a..72cb5023865a 100644 --- a/include/svl/undo.hxx +++ b/include/svl/undo.hxx @@ -354,7 +354,7 @@ public: /** removes the oldest Undo actions from the stack */ - void RemoveOldestUndoActions( size_t const i_count ); + void RemoveOldestUndoAction(); void dumpAsXml(struct _xmlTextWriter* pWriter) const; |