summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/docvw/SidebarTxtControlAcc.cxx')
-rw-r--r--sw/source/uibase/docvw/SidebarTxtControlAcc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
index 42d31065aec8..75f6097e9c59 100644
--- a/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/uibase/docvw/SidebarTxtControlAcc.cxx
@@ -79,7 +79,7 @@ SidebarTextEditSource::~SidebarTextEditSource()
{
if ( mrSidebarTxtControl.GetTextView() )
{
- mrSidebarTxtControl.GetTextView()->GetOutliner()->SetNotifyHdl( Link() );
+ mrSidebarTxtControl.GetTextView()->GetOutliner()->SetNotifyHdl( Link<>() );
}
}