leginee commented on a change in pull request #121:
URL: https://github.com/apache/openoffice/pull/121#discussion_r565606703



##########
File path: main/sw/inc/shellio.hxx
##########
@@ -501,32 +497,32 @@ public:
 
     const String&       GetBaseURL() const { return sBaseURL;}
 
-    // suche die naechste Bookmark-Position aus der Bookmark-Tabelle
+    // search next bookmark position from the bookmark table
        sal_Int32 FindPos_Bkmk( const SwPosition& rPos ) const;
        // build a bookmark table, which is sort by the node position. The
        // OtherPos of the bookmarks also inserted.
        void CreateBookmarkTbl();
-       // search alle Bookmarks in the range and return it in the Array
+       // search all bookmarks in the range and return it in the Array
        sal_uInt16 GetBookmarks( const SwCntntNode& rNd,
                                                xub_StrLen nStt, xub_StrLen 
nEnd,
                                                SvPtrarr& rArr );
 
-       // lege einen neuen PaM an der Position an
+       // create a new PaM at the position
     static SwPaM * NewSwPaM(SwDoc & rDoc,
                             sal_uLong const nStartIdx, sal_uLong const 
nEndIdx);
 
-       // kopiere ggfs. eine lokale Datei ins Internet
+       // upload a local file to the internet / cloud
        sal_Bool CopyLocalFileToINet( String& rFileNm );
 
-       // Stream-spezifische Routinen, im Storage-Writer NICHT VERWENDEN!
+       // Stream-specific routines, DO NOT USE IN Storage-Writer!
 
-       // Optimierung der Ausgabe auf den Stream.
+       // Optimize of the output stream

Review comment:
       optimization is indeed better




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to