summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:57:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-10 15:58:05 +0100
commit07d60f88f28d1f05c50458a66a24cefefa97a54a (patch)
treef4cfd70c24d14937d896e8b9ea2cd8838e430797 /sw
parent65f620c99ae177efdf06993561ac019663ce74fd (diff)
Typo: adress -> address
Change-Id: I8b6c66b6919f84c36e43a716d4d62fea5cde6568
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/ww8/wrtw8sty.cxx4
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/wrtw8sty.cxx b/sw/source/filter/ww8/wrtw8sty.cxx
index f631e65424f6..719c34ed4765 100644
--- a/sw/source/filter/ww8/wrtw8sty.cxx
+++ b/sw/source/filter/ww8/wrtw8sty.cxx
@@ -375,7 +375,7 @@ OString MSWordStyles::GetStyleId(sal_uInt16 nId) const
static void impl_SkipOdd( ww::bytes* pO, sal_Size nTableStrmTell )
{
if ( ( nTableStrmTell + pO->size() ) & 1 ) // Start auf gerader
- pO->push_back( (sal_uInt8)0 ); // Adress
+ pO->push_back( (sal_uInt8)0 ); // Address
}
void WW8AttributeOutput::EndStyle()
@@ -664,7 +664,7 @@ void WW8AttributeOutput::StartStyles()
sal_uLong nCurPos = m_rWW8Export.pTableStrm->Tell();
if ( nCurPos & 1 ) // Start auf gerader
{
- m_rWW8Export.pTableStrm->WriteChar( (char)0 ); // Adress
+ m_rWW8Export.pTableStrm->WriteChar( (char)0 ); // Address
++nCurPos;
}
rFib.fcStshfOrig = rFib.fcStshf = nCurPos;
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 43a1cfae14b4..db97528b36d1 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -1261,7 +1261,7 @@ void WW8_WrPct::AppendPc(WW8_FC nStartFc, bool bIsUnicode)
if ( !bIsUnicode )
{
- nStartFc <<= 1; // Adress * 2
+ nStartFc <<= 1; // Address * 2
nStartFc |= 0x40000000; // second last bit for non-Unicode
}