[Libreoffice-commits] core.git: sw/source
Stephan Bergmann
sbergman at redhat.com
Thu Aug 21 09:43:29 PDT 2014
sw/source/filter/html/css1atr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2e13f4e3df13d44c549467d4a9aaa1f3ff83d567
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Aug 21 18:42:57 2014 +0200
RES_PARATR_ORPHANS comes before RES_PARATR_WIDOWS
Change-Id: Iaf1891738fb3673c41b3af724f8494306578c512
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx
index 4fbe398..4251557 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,
More information about the Libreoffice-commits
mailing list