summaryrefslogtreecommitdiff
path: root/sw/source/ui/index/cnttab.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/index/cnttab.cxx')
-rw-r--r--sw/source/ui/index/cnttab.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index eb863bdfb4c1..5705042ab855 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -3469,7 +3469,7 @@ bool SwTokenWindow::CreateQuickHelp(Control const * pCtrl,
static_cast<ToxAuthorityField>(rToken.nAuthorityField));
}
- Point aPos = OutputToScreenPixel(pCtrl->GetPosPixel());
+ Point aPos = m_pCtrlParentWin->OutputToScreenPixel(pCtrl->GetPosPixel());
tools::Rectangle aItemRect( aPos, pCtrl->GetSizePixel() );
if ( rToken.eTokenType != TOKEN_TAB_STOP )
{