summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-05-02 12:41:05 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-05-02 17:59:44 +0200
commit5c5aaf2b0907006334942fa178a8a254ac2f789c (patch)
treeff1309632646e5dbde0d8f26e89f41ec0b73d0c4 /editeng
parent10d29c390dd58ed629dd27fe5ed35fae28eceec3 (diff)
sal_uLong->sal_uInt32 in Outliner
to match the underlying call to EditEngine. Change-Id: I3e28cffdd121fa8e54f011e806b72e9a7e72f70f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114993 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/outliner/outlin2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlin2.cxx b/editeng/source/outliner/outlin2.cxx
index df2e50389d3f..b00878c874a0 100644
--- a/editeng/source/outliner/outlin2.cxx
+++ b/editeng/source/outliner/outlin2.cxx
@@ -98,7 +98,7 @@ bool Outliner::IsModified() const
return pEditEngine->IsModified();
}
-sal_uLong Outliner::GetTextHeight() const
+sal_uInt32 Outliner::GetTextHeight() const
{
return pEditEngine->GetTextHeight();
}