diff options
author | Oliver Bolte <obo@openoffice.org> | 2009-02-19 08:26:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2009-02-19 08:26:23 +0000 |
commit | a165d19e665f6b961960039640540a11b961d767 (patch) | |
tree | 713b303d7a7dc346c9966d5533cd689149d659a9 | |
parent | f8d38f97311ca742d81005472169089502d20c20 (diff) |
CWS-TOOLING: integrate CWS fwk102
2009-02-10 18:30:48 +0100 mav r267575 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control
2009-02-10 18:26:06 +0100 mav r267574 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control
2009-02-10 18:18:28 +0100 mav r267573 : #159157# let the hypterlink be opened in the same browser window in case of ActiveX control
2009-02-09 16:51:23 +0100 mav r267522 : #i98922# the fix from IS from native222
2009-02-09 14:48:19 +0100 os r267516 : RES_PARATR_OUTLINELEVEL added
2009-02-09 11:07:55 +0100 mav r267503 : #i97987# handle untitled documen correctly on switching to shared mode
2009-02-06 14:52:48 +0100 mav r267465 : #i98240# commit the patch
2009-02-06 13:56:09 +0100 mav r267460 : #i98206# do not get outstream ourself
-rw-r--r-- | sw/source/filter/html/css1atr.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/html/css1atr.cxx b/sw/source/filter/html/css1atr.cxx index 81586a5bb7..0a6865da10 100644 --- a/sw/source/filter/html/css1atr.cxx +++ b/sw/source/filter/html/css1atr.cxx @@ -3790,6 +3790,7 @@ SwAttrFnTab aCSS1AttrFnTab = { /* RES_PARATR_VERTALIGN */ 0, // new /* RES_PARATR_SNAPTOGRID*/ 0, // new /* RES_PARATR_CONNECT_TO_BORDER */ 0, // new +/* RES_PARATR_OUTLINELEVEL */ 0, // new since cws outlinelevel /* RES_PARATR_LIST_ID */ 0, // new /* RES_PARATR_LIST_LEVEL */ 0, // new |