From 8c5e4f0badb96ef84dceb2b7b07310c2c13afe76 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 7 Jul 2005 12:47:47 +0000 Subject: INTEGRATION: CWS lostformating (1.90.78); FILE MERGED 2005/07/04 09:48:46 sab 1.90.78.1: #i51292#; use temp object --- sc/source/ui/unoobj/cellsuno.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 49aa7571d0d0..544490d0cd8c 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsuno.cxx,v $ * - * $Revision: 1.90 $ + * $Revision: 1.91 $ * - * last change: $Author: vg $ $Date: 2005-03-23 13:05:49 $ + * last change: $Author: obo $ $Date: 2005-07-07 13:47:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -9031,7 +9031,7 @@ uno::Any SAL_CALL ScCellsEnumeration::nextElement() throw(container::NoSuchEleme ScAddress aTempPos(aPos); Advance_Impl(); - return uno::makeAny(uno::Reference(new ScCellObj( pDocShell, aPos ))); + return uno::makeAny(uno::Reference(new ScCellObj( pDocShell, aTempPos ))); } throw container::NoSuchElementException(); // no more elements -- cgit