From e9110d56c1a5f715275cfebfdda1ce99f75ed40a Mon Sep 17 00:00:00 2001 From: Guillaume Poussel Date: Wed, 2 Mar 2011 21:32:00 +0100 Subject: Remove bogus comments. --- sc/source/ui/view/viewfun5.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/viewfun5.cxx') diff --git a/sc/source/ui/view/viewfun5.cxx b/sc/source/ui/view/viewfun5.cxx index 04b792458132..371688918df1 100644 --- a/sc/source/ui/view/viewfun5.cxx +++ b/sc/source/ui/view/viewfun5.cxx @@ -523,7 +523,7 @@ BOOL ScViewFunc::PasteDataFormat( ULONG nFormatId, pObject = aIter.Next(); } - nObjCount += pPage->GetObjCount(); // #105888# count group object only once + nObjCount += pPage->GetObjCount(); // count group object only once } PasteDraw( aPos, pModel, (nObjCount > 1) ); // grouped if more than 1 object @@ -557,7 +557,7 @@ BOOL ScViewFunc::PasteDataFormat( ULONG nFormatId, // ensure correct sheet indexes aSource.aStart.SetTab( nSrcTab ); aSource.aEnd.SetTab( nSrcTab ); -// #92240# don't use selection area: if cursor is moved in Excel after Copy, selection +// don't use selection area: if cursor is moved in Excel after Copy, selection // represents the new cursor position and not the copied area } else -- cgit v1.2.3