summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldrani.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/xml/xmldrani.cxx')
-rw-r--r--sc/source/filter/xml/xmldrani.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmldrani.cxx b/sc/source/filter/xml/xmldrani.cxx
index 60ef6c766b53..9088e00d4c32 100644
--- a/sc/source/filter/xml/xmldrani.cxx
+++ b/sc/source/filter/xml/xmldrani.cxx
@@ -414,7 +414,7 @@ ScDBData* ScXMLDatabaseRangeContext::ConvertToDBData(const OUString& rName)
{
pData->SetRefreshDelay(nRefresh);
pData->SetRefreshHandler(pDoc->GetDBCollection()->GetRefreshHandler());
- pData->SetRefreshControl(pDoc->GetRefreshTimerControlAddress());
+ pData->SetRefreshControl(&pDoc->GetRefreshTimerControlAddress());
}
return pData.release();