summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:48:59 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:40 +0200
commitc44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e (patch)
tree50f6576d03c1495a53ea95febb478c022e52714c /sw
parent75f5d9d21401d16698eac2c5d092ae83970c0a99 (diff)
typo: attributs -> attributes
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/editsh.hxx2
-rw-r--r--sw/inc/tblenum.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index cf7b02a87c04..5b56b09277b8 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -224,7 +224,7 @@ public:
bool DontExpandFmt();
/** Apply / remove attributes.
- @return attributs in required AttributeSet.
+ @return attributes in required AttributeSet.
When not unambiguous the set has a DONT_CARE !!
2nd optional parameter <bMergeIndentValuesOfNumRule>.
If <bMergeIndentValuesOfNumRule> == sal_True, the indent attributes of
diff --git a/sw/inc/tblenum.hxx b/sw/inc/tblenum.hxx
index a81a7ea6aa5f..e99713af88f4 100644
--- a/sw/inc/tblenum.hxx
+++ b/sw/inc/tblenum.hxx
@@ -53,7 +53,7 @@ enum SplitTbl_HeadlineOption
HEADLINE_NONE = 0, // Leave everything in place.
HEADLINE_BORDERCOPY, // Copy border of the previous line.
HEADLINE_CNTNTCOPY, // Copy 1st line with all contents.
- HEADLINE_BOXATTRCOPY, // Copy box attributs of 1st line.
+ HEADLINE_BOXATTRCOPY, // Copy box attributes of 1st line.
HEADLINE_BOXATRCOLLCOPY // Copy box attributes and paragraph styles of 1st line.
};