diff options
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControl.cxx')
-rw-r--r-- | sw/source/uibase/docvw/SidebarTxtControl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControl.cxx b/sw/source/uibase/docvw/SidebarTxtControl.cxx index efdd971f5da2..5180568227cf 100644 --- a/sw/source/uibase/docvw/SidebarTxtControl.cxx +++ b/sw/source/uibase/docvw/SidebarTxtControl.cxx @@ -119,7 +119,7 @@ void SidebarTextControl::RequestHelp(const HelpEvent &rEvt) default: nResId = 0; } - SwContentAtPos aContentAtPos( SwContentAtPos::SW_REDLINE ); + SwContentAtPos aContentAtPos( IsAttrAtPos::Redline ); if ( nResId && mrDocView.GetWrtShell().GetContentAtPos( mrSidebarWin.GetAnchorPos(), aContentAtPos ) ) { |