summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8scan.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-04-10 12:05:00 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-04-10 12:40:47 +0200
commit74859b3a689d944850eadbcc85c0066aa64efd70 (patch)
tree8511d8de8c36d3f9a1f964b8f37378faa6d8414c /sw/source/filter/ww8/ww8scan.cxx
parent63fa105a16ada980ff60b306f158049ab06af049 (diff)
Fix typos to complete commit b35552f39503
Change-Id: I2a10f9989e682dfc88f3b1d5864bfce1637933ab Reviewed-on: https://gerrit.libreoffice.org/36359 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sw/source/filter/ww8/ww8scan.cxx')
-rw-r--r--sw/source/filter/ww8/ww8scan.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8scan.cxx b/sw/source/filter/ww8/ww8scan.cxx
index 766f22efee03..66d2da14515d 100644
--- a/sw/source/filter/ww8/ww8scan.cxx
+++ b/sw/source/filter/ww8/ww8scan.cxx
@@ -5976,7 +5976,7 @@ void WW8Fib::WriteHeader(SvStream& rStrm)
if( m_fWord97Saved ) nBits8 |= 0x0010;
if( m_fWord2000Saved ) nBits8 |= 0x0020;
}
- // unter Ver67 these are only reserved
+ // under Ver67 these are only reserved
Set_UInt8( pData, nBits8 );
Set_UInt16( pData, m_chse );