summaryrefslogtreecommitdiffstats
path: root/vcl/source/treelist/svtabbx.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/treelist/svtabbx.cxx')
-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 e653edf73b04..5ebe086708ac 100644
--- a/vcl/source/treelist/svtabbx.cxx
+++ b/vcl/source/treelist/svtabbx.cxx
@@ -1053,7 +1053,7 @@ void SvHeaderTabListBox::GrabTableFocus()
bool SvHeaderTabListBox::GetGlyphBoundRects( const Point& rOrigin, const OUString& rStr, int nIndex, int nLen, std::vector< tools::Rectangle >& rVector )
{
- return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, rVector );
+ return GetOutDev()->GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, rVector );
}
tools::Rectangle SvHeaderTabListBox::GetWindowExtentsRelative(const vcl::Window *pRelativeWindow) const