summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/FldRefTreeListBox.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/fldui/FldRefTreeListBox.cxx')
-rw-r--r--sw/source/ui/fldui/FldRefTreeListBox.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/fldui/FldRefTreeListBox.cxx b/sw/source/ui/fldui/FldRefTreeListBox.cxx
index 0a5ad8910e31..3b120faaa761 100644
--- a/sw/source/ui/fldui/FldRefTreeListBox.cxx
+++ b/sw/source/ui/fldui/FldRefTreeListBox.cxx
@@ -40,7 +40,7 @@ void SwFldRefTreeListBox::RequestHelp( const HelpEvent& rHEvt )
if ( rHEvt.GetMode() & HELPMODE_QUICK )
{
Point aPos( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ));
- SvLBoxEntry* pEntry = GetEntry( aPos );
+ SvTreeListEntry* pEntry = GetEntry( aPos );
if( pEntry )
{
String sEntry( GetEntryText( pEntry ) );