summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-07-26 12:15:55 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-07-27 09:44:09 +0200
commit175c01e4307ba04883e531fd7899d35f160c2d6b (patch)
tree09771b32f2415f9316a529d4dff252f3771f1d7b /vcl
parentba0c39064fd97816774f4c06ca84c92c4a137450 (diff)
rename GetFieldRectPixelAbs to GetFieldRectPixel
since it can return either absolute or relative values Change-Id: I23f2403879eded3ec4b3ca20a639ea18b28f5de9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154937 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/treelist/svtabbx.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/treelist/svtabbx.cxx b/vcl/source/treelist/svtabbx.cxx
index 91740daf3fb0..a3ff58dcdd46 100644
--- a/vcl/source/treelist/svtabbx.cxx
+++ b/vcl/source/treelist/svtabbx.cxx
@@ -781,7 +781,7 @@ tools::Rectangle SvHeaderTabListBox::calcTableRect( bool _bOnScreen )
return GetWindowExtentsRelative( *GetAccessibleParentWindow() );
}
-tools::Rectangle SvHeaderTabListBox::GetFieldRectPixelAbs( sal_Int32 _nRow, sal_uInt16 _nColumn, bool _bIsHeader, bool _bOnScreen )
+tools::Rectangle SvHeaderTabListBox::GetFieldRectPixel( sal_Int32 _nRow, sal_uInt16 _nColumn, bool _bIsHeader, bool _bOnScreen )
{
DBG_ASSERT( !_bIsHeader || 0 == _nRow, "invalid parameters" );
tools::Rectangle aRect;