summaryrefslogtreecommitdiff
path: root/sc/source/ui/undo/undoblk3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/undo/undoblk3.cxx')
-rw-r--r--sc/source/ui/undo/undoblk3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/undo/undoblk3.cxx b/sc/source/ui/undo/undoblk3.cxx
index 68aeede027ef..a386cbd6db0e 100644
--- a/sc/source/ui/undo/undoblk3.cxx
+++ b/sc/source/ui/undo/undoblk3.cxx
@@ -1525,7 +1525,7 @@ void ScUndoInsertAreaLink::Redo()
aAreaName, aRange.aStart, nRefreshDelay );
pLink->SetInCreate( true );
pLink->SetDestArea( aRange );
- pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aDocName, &aFltName, &aAreaName );
+ pLinkManager->InsertFileLink( *pLink, sfx2::SvBaseLinkObjectType::ClientFile, aDocName, &aFltName, &aAreaName );
pLink->Update();
pLink->SetInCreate( false );
@@ -1574,7 +1574,7 @@ void ScUndoRemoveAreaLink::Undo()
aAreaName, aRange.aStart, nRefreshDelay );
pLink->SetInCreate( true );
pLink->SetDestArea( aRange );
- pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aDocName, &aFltName, &aAreaName );
+ pLinkManager->InsertFileLink( *pLink, sfx2::SvBaseLinkObjectType::ClientFile, aDocName, &aFltName, &aAreaName );
pLink->Update();
pLink->SetInCreate( false );