Kaydet (Commit) a8865e5d authored tarafından Ivan Timofeev's avatar Ivan Timofeev

fix html export of SfxPoolItems

hintids.hxx and SwAttrFnTab were out of sync => wrong functions were called.

regression from 288bcd68

Change-Id: I2a8a68178249f6a4a8a82f38960b046850f7368b
üst f46f23a1
...@@ -3682,6 +3682,7 @@ SwAttrFnTab aCSS1AttrFnTab = { ...@@ -3682,6 +3682,7 @@ SwAttrFnTab aCSS1AttrFnTab = {
/* RES_PARATR_CONNECT_TO_BORDER */ 0, // new /* RES_PARATR_CONNECT_TO_BORDER */ 0, // new
/* RES_PARATR_OUTLINELEVEL */ 0, // new since cws outlinelevel /* RES_PARATR_OUTLINELEVEL */ 0, // new since cws outlinelevel
/* RES_PARATR_RSID */ 0, // new /* RES_PARATR_RSID */ 0, // new
/* RES_PARATR_GRABBAG */ 0,
/* RES_PARATR_LIST_ID */ 0, // new /* RES_PARATR_LIST_ID */ 0, // new
/* RES_PARATR_LIST_LEVEL */ 0, // new /* RES_PARATR_LIST_LEVEL */ 0, // new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment