Author: mseidel
Date: Tue Jan 30 22:43:38 2018
New Revision: 1822714

URL: http://svn.apache.org/viewvc?rev=1822714&view=rev
Log:
Translated German abbreviation (ggfs.) in comment

Modified:
    openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx

Modified: openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx?rev=1822714&r1=1822713&r2=1822714&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/ww8scan.cxx Tue Jan 30 22:43:38 
2018
@@ -6197,7 +6197,7 @@ WW8Style::WW8Style(SvStream& rStream, WW
         if ( 20 > nRead ) break;
         rSt >> ftcBi;
 
-        // ggfs. Check the rest
+        // if necessary check the rest
         if( 20 < nRead )
             rSt.SeekRel( nRead-20 );
     }


Reply via email to