[Libreoffice-commits] .: svx/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Nov 15 10:53:57 PST 2010


 svx/source/svdraw/svdpage.cxx |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 7f4616e2485b6a5a57870ec5fb97acfcad515d60
Author: René Kjellerup <rk.katana.steel at gmail>
Date:   Sat Nov 13 01:12:36 2010 +0100

    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.

diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx
index 43de1fd..59ce66b 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++) {


More information about the Libreoffice-commits mailing list