diff options
Diffstat (limited to 'sc/source/ui/undo/undotab.cxx')
-rw-r--r-- | sc/source/ui/undo/undotab.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 8b27f5b317ed..6862d2794cc8 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -1455,7 +1455,7 @@ SdrObject* ScUndoRenameObject::GetObject() SdrPage* pPage = pDrawLayer->GetPage(nTab); assert(pPage && "Page ?"); - SdrObjListIter aIter( *pPage, SdrIterMode::DeepNoGroups ); + SdrObjListIter aIter( pPage, SdrIterMode::DeepNoGroups ); SdrObject* pObject = aIter.Next(); while (pObject) { |