summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdundo.hxx')
-rw-r--r--include/svx/svdundo.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index d14eb77d9e36..5fd24db225d5 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -98,8 +98,8 @@ public:
virtual ~SdrUndoGroup() override;
void Clear();
- sal_uIntPtr GetActionCount() const { return aBuf.size(); }
- SdrUndoAction* GetAction(sal_uIntPtr nNum) const { return aBuf[nNum]; }
+ sal_Int32 GetActionCount() const { return aBuf.size(); }
+ SdrUndoAction* GetAction(sal_Int32 nNum) const { return aBuf[nNum]; }
void AddAction(SdrUndoAction* pAct);
void SetComment(const OUString& rStr) { aComment=rStr; }