summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/ww8par.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 651800ba1756..8c91d5203838 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -686,7 +686,7 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt,
case 0x0394:
// And this is really just a guess, but a mere presence of this
// flag makes a horizontal rule be as wide as the page (unless
- // overriden by something), so it probably matches o:hr from .docx.
+ // overridden by something), so it probably matches o:hr from .docx.
pImpRec->isHorizontalRule = true;
break;
}