summaryrefslogtreecommitdiff
path: root/include/editeng/unotext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/editeng/unotext.hxx')
-rw-r--r--include/editeng/unotext.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx
index 8a029b72a1b1..6e100d27e1c3 100644
--- a/include/editeng/unotext.hxx
+++ b/include/editeng/unotext.hxx
@@ -313,8 +313,8 @@ public:
void CollapseToStart() noexcept;
void CollapseToEnd() noexcept;
bool IsCollapsed() noexcept;
- bool GoLeft(sal_Int16 nCount, bool Expand) noexcept;
- bool GoRight(sal_Int16 nCount, bool Expand) noexcept;
+ bool GoLeft(sal_Int32 nCount, bool Expand) noexcept;
+ bool GoRight(sal_Int32 nCount, bool Expand) noexcept;
void GotoStart(bool Expand) noexcept;
void GotoEnd(bool Expand) noexcept;