diff options
author | Omer Fatih Celik <fcelik98@gmail.com> | 2019-02-10 17:04:16 +0300 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-02-11 11:51:31 +0100 |
commit | bd32bf4deb7a2ae9d790a10b5c8af6ea33b7c127 (patch) | |
tree | f45d436b299a68c9711cd2b223feb516796adfea /accessibility/inc | |
parent | 4c6a70cab642fa83faf9344052c7ed1543ea49aa (diff) |
TDF#114441 - Convert use of sal_uLong to sal_uInt32
Change-Id: I4783cd877925f797af7851670d4ea5d091b1c935
Reviewed-on: https://gerrit.libreoffice.org/67618
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'accessibility/inc')
-rw-r--r-- | accessibility/inc/extended/textwindowaccessibility.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/extended/textwindowaccessibility.hxx b/accessibility/inc/extended/textwindowaccessibility.hxx index 512344c80ed8..dd211b0883a9 100644 --- a/accessibility/inc/extended/textwindowaccessibility.hxx +++ b/accessibility/inc/extended/textwindowaccessibility.hxx @@ -531,7 +531,7 @@ private: // Must be called with both the external (Solar) and internal mutex // locked, and after init has been called: - void changeParagraphText(::sal_uLong nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd, + void changeParagraphText(::sal_uInt32 nNumber, ::sal_uInt16 nBegin, ::sal_uInt16 nEnd, bool bCut, bool bPaste, OUString const & rText); |