summaryrefslogtreecommitdiff
path: root/include/svx/svdmodel.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-12 13:16:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-13 07:49:03 +0100
commit71048589d4a653614d2fa35294a324111ef2759f (patch)
treed2d4c0100165cf656d60dc331cfbe2d3395ce398 /include/svx/svdmodel.hxx
parent719af6a334ecf1a0bbe5a752e5baf553b685e83c (diff)
sal_uIntPtr->sal_uInt32 in SdrModel
to match the underlying field Change-Id: I4145df0fc308c09eca29f779a0ff241e4301db0b Reviewed-on: https://gerrit.libreoffice.org/46345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r--include/svx/svdmodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx
index d7924d795a80..6649b83f62e0 100644
--- a/include/svx/svdmodel.hxx
+++ b/include/svx/svdmodel.hxx
@@ -457,9 +457,9 @@ public:
void SetUndoComment(const OUString& rComment);
void SetUndoComment(const OUString& rComment, const OUString& rObjDescr);
- // The Undo management is only done if not NotifyUndoAction-Handler is set.
- // Default is 16. Minimal MaxUndoActionCount is 1!
- void SetMaxUndoActionCount(sal_uIntPtr nCount);
+ // The Undo management is only done if NotifyUndoAction-Handler is not set.
+ // Default is 16. Minimal MaxUndoActionCount is 1.
+ void SetMaxUndoActionCount(sal_uInt32 nCount);
void ClearUndoBuffer();
bool HasUndoActions() const;