diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:40 +0200 |
commit | c44bddde6cc80b2b4a535d9896a0dfc88eb8fa6e (patch) | |
tree | 50f6576d03c1495a53ea95febb478c022e52714c /sw/inc/tblenum.hxx | |
parent | 75f5d9d21401d16698eac2c5d092ae83970c0a99 (diff) |
typo: attributs -> attributes
Diffstat (limited to 'sw/inc/tblenum.hxx')
-rw-r--r-- | sw/inc/tblenum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. }; |