summaryrefslogtreecommitdiff
path: root/sc/source/core/data/poolhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/poolhelp.cxx')
-rw-r--r--sc/source/core/data/poolhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/poolhelp.cxx b/sc/source/core/data/poolhelp.cxx
index 2afb10989b12..2a0f08530aba 100644
--- a/sc/source/core/data/poolhelp.cxx
+++ b/sc/source/core/data/poolhelp.cxx
@@ -115,7 +115,7 @@ void ScPoolHelper::SourceDocumentGone()
// reset all pointers to the source document
mxStylePool->SetDocument( NULL );
if ( pFormTable )
- pFormTable->SetColorLink( Link() );
+ pFormTable->SetColorLink( Link<>() );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */