diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-21 18:42:57 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-21 18:42:57 +0200 |
commit | 2e13f4e3df13d44c549467d4a9aaa1f3ff83d567 (patch) | |
tree | e541f940807da7474e4364cdceb048ec49c4bc4a | |
parent | c7d7582452e8a6ebbe337d8083e8f660f63d6a96 (diff) |
RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWS
Change-Id: Iaf1891738fb3673c41b3af724f8494306578c512
-rw-r--r-- | sw/source/filter/html/css1atr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index 4fbe398760a0..4251557efde9 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -3556,8 +3556,8 @@ SwAttrFnTab aCSS1AttrFnTab = { /* RES_PARATR_LINESPACING */ OutCSS1_SvxLineSpacing, /* RES_PARATR_ADJUST */ OutCSS1_SvxAdjust, /* RES_PARATR_SPLIT */ OutCSS1_SvxFmtSplit, -/* RES_PARATR_WIDOWS */ OutCSS1_SvxWidows, /* RES_PARATR_ORPHANS */ OutCSS1_SvxOrphans, +/* RES_PARATR_WIDOWS */ OutCSS1_SvxWidows, /* RES_PARATR_TABSTOP */ 0, /* RES_PARATR_HYPHENZONE*/ 0, /* RES_PARATR_DROP */ OutCSS1_SwFmtDrop, |