[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sw/source
Matthias Seidel
mseidel at apache.org
Tue Jan 30 23:10:13 UTC 2018
sw/source/filter/ww8/ww8scan.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b4027b74a699d7a8070d0669e780b7fbe4d03807
Author: Matthias Seidel <mseidel at apache.org>
Date: Tue Jan 30 22:43:38 2018 +0000
Translated German abbreviation (ggfs.) in comment
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 679b735ebc9e..fac10fa80e5d 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -6197,7 +6197,7 @@ WW8Style::WW8Style(SvStream& rStream, WW8Fib& rFibPara)
if ( 20 > nRead ) break;
rSt >> ftcBi;
- // ggfs. Check the rest
+ // if necessary check the rest
if( 20 < nRead )
rSt.SeekRel( nRead-20 );
}
More information about the Libreoffice-commits
mailing list