summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoutlinercache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdoutlinercache.cxx')
-rw-r--r--svx/source/svdraw/svdoutlinercache.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdoutlinercache.cxx b/svx/source/svdraw/svdoutlinercache.cxx
index 3c733ef96ed7..c715a4dbb765 100644
--- a/svx/source/svdraw/svdoutlinercache.cxx
+++ b/svx/source/svdraw/svdoutlinercache.cxx
@@ -82,7 +82,7 @@ void SdrOutlinerCache::disposeOutliner( SdrOutliner* pOutliner )
pOutliner->SetVertical( false );
// Deregister on outliner, might be reused from outliner cache
- pOutliner->SetNotifyHdl( Link() );
+ pOutliner->SetNotifyHdl( Link<>() );
}
else if( (OUTLINERMODE_TEXTOBJECT == nOutlMode) && (NULL == mpModeText) )
{
@@ -91,7 +91,7 @@ void SdrOutlinerCache::disposeOutliner( SdrOutliner* pOutliner )
pOutliner->SetVertical( false );
// Deregister on outliner, might be reused from outliner cache
- pOutliner->SetNotifyHdl( Link() );
+ pOutliner->SetNotifyHdl( Link<>() );
}
else
{