diff options
author | René Kjellerup <rk.katana.steel@gmail> | 2010-11-13 01:12:36 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-11-15 13:53:53 -0500 |
commit | fa1bd3ae18e7e91f45a1eb61b31785043d48945e (patch) | |
tree | 6026a5c3d4338fff3408fd9ec885678901daa52e | |
parent | f1f55167b43c02b72012f0a3cb93b29780e327af (diff) |
Comment translation, and removing FASTBOOL reference
Found a reference in the comment to FASTBOOL and translated the
description block and updated the refenced function definition.
-rw-r--r-- | svx/source/svdraw/svdpage.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index 11985fe578e9..8a1da008fe16 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -179,13 +179,14 @@ void SdrObjList::CopyObjects(const SdrObjList& rSrcList) nCloneErrCnt++; } } - // und nun zu den Konnektoren - // Die neuen Objekte werden auf die der rSrcList abgebildet - // und so die Objektverbindungen hergestellt. - // Aehnliche Implementation an folgenden Stellen: + + // and now for the Connectors + // The new objects would be shown in the rSrcList + // and then the object connections are made. + // Similar implementation are setup as the following: // void SdrObjList::CopyObjects(const SdrObjList& rSrcList) // SdrModel* SdrExchangeView::GetMarkedObjModel() const - // FASTBOOL SdrExchangeView::Paste(const SdrModel& rMod,...) + // BOOL SdrExchangeView::Paste(const SdrModel& rMod,...) // void SdrEditView::CopyMarked() if (nCloneErrCnt==0) { for (no=0; no<nAnz; no++) { |