summaryrefslogtreecommitdiff
path: root/include/svl/undo.hxx
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-10-01 16:46:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-10-01 20:54:53 +0200
commit0b3ff97d7d5a1e8471e494f4141165364203c192 (patch)
tree177fd90f60e1738ebb26f95f0a0974c8e668d09d /include/svl/undo.hxx
parent695c2b5cba265a58232fbda23f8284fc320ce8b6 (diff)
tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"
This reverts commit da5c289a9cae5d914937f235694fd5b0cb92547f. Change-Id: Ic6a77ec2cd3b502fb4e94159a0424340850590df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103665 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl/undo.hxx')
-rw-r--r--include/svl/undo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 0847d89811c0..2757967aaee4 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -291,7 +291,7 @@ public:
/** removes the oldest Undo actions from the stack
*/
- void RemoveOldestUndoActions(sal_Int32 nNumToDelete);
+ void RemoveOldestUndoAction();
void dumpAsXml(xmlTextWriterPtr pWriter) const;