summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:05:33 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:05:33 +0100
commit332fffe3b8cd51576c42762e5e9751464777f2ca (patch)
treec6cd5fbac5e916987e8b07f14b68133967106fa6 /sw
parent95141bfd304ca1c33145c85b383ccb5ddbb98938 (diff)
Typo: prefere -> prefer
Change-Id: Ifad9097f933b2821c1168fc317889e66d6419545
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 6ebfa5c36e4b..4d06449a3ec4 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -2757,7 +2757,7 @@ void SwXMLTableContext::MakeTable()
{
case text::HoriOrientation::FULL:
case text::HoriOrientation::NONE:
- // For text::HoriOrientation::NONE we would prefere to use the sum
+ // For text::HoriOrientation::NONE we would prefer to use the sum
// of the relative column widths as reference width.
// Unfortunately this works only if this sum interpreted as
// twip value is larger than the space that is available.