summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun5.cxx
diff options
context:
space:
mode:
authorGuillaume Poussel <gpoussel@gmail.com>2011-03-02 21:32:00 +0100
committerChristina Rossmanith <ChrRossmanith@web.de>2011-03-02 21:32:23 +0100
commite9110d56c1a5f715275cfebfdda1ce99f75ed40a (patch)
tree7e0964724e1ff1dfc06742db1a9ea7068bc88d24 /sc/source/ui/view/viewfun5.cxx
parent68d51d0040b6ff80ced11019bfee3c4f3e2df876 (diff)
Remove bogus comments.
Diffstat (limited to 'sc/source/ui/view/viewfun5.cxx')
-rw-r--r--sc/source/ui/view/viewfun5.cxx4
1 files changed, 2 insertions, 2 deletions
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