diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-16 10:59:24 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-16 10:59:24 +0000 |
commit | a2c470025fe6cc4b711fdfe88976e829aef713ab (patch) | |
tree | 62e96dab48d2fd690abc5aba69e87ec8252447dc | |
parent | 81896430684faf0985d6729125a977f15c357b67 (diff) |
CWS-TOOLING: integrate CWS odfp30_DEV300
-rw-r--r-- | sw/source/filter/ww8/ww8par.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx index b27986f82a79..62437a16aa6a 100644 --- a/sw/source/filter/ww8/ww8par.cxx +++ b/sw/source/filter/ww8/ww8par.cxx @@ -747,10 +747,10 @@ SdrObject* SwMSDffManager::ProcessObj(SvStream& rSt, } // <-- pImpRec->eLineStyle = (nLineFlags & 8) - ? (MSO_LineStyle)GetPropertyValue( - DFF_Prop_lineStyle, - mso_lineSimple ) - : (MSO_LineStyle)USHRT_MAX; + ? (MSO_LineStyle)GetPropertyValue( + DFF_Prop_lineStyle, + mso_lineSimple ) + : (MSO_LineStyle)USHRT_MAX; pTextImpRec->eLineStyle = pImpRec->eLineStyle; pImpRec->nFlags = rObjData.nSpFlags; |