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



##########
File path: main/sw/inc/shellio.hxx
##########
@@ -414,18 +410,18 @@ SW_DLLPUBLIC SwRead SwGetReaderXML();
 // END source/filter/basflt/fltini.cxx
 
 
-extern sal_Bool SetHTMLTemplate( SwDoc &rDoc ); //Fuer Vorlagen aus HTML.vor 
laden shellio.cxx
+extern sal_Bool SetHTMLTemplate( SwDoc &rDoc ); // HTML templates (pre?)load 
shellio.cxx

Review comment:
       I slowly get the Idea that the comment is borked. I checked opengrok and 
I found the line:
    bHTMLTemplSet = SetHTMLTemplate( *GetDoc() );//Styles aus HTML.vor in 
InitNew()  (see docshini.cxx 127)
   
   
   I assume from the code that it should mean:
   Extract HTMLTemplates from given Document.
   
   But when I check docsh2.cxx 1720 :
   // fix #51032#: Die HTML-Vorlage muss noch gesetzt werden
   SetHTMLTemplate( *GetDoc() );        //Styles aus HTML.vor
   
   The fix comment translates to: The HTML-Template has to be set
   The next line says Syles from HTML.vor maybe that is a fixed term?




----------------------------------------------------------------
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