summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-12-16 10:59:24 +0000
committerRüdiger Timm <rt@openoffice.org>2008-12-16 10:59:24 +0000
commita2c470025fe6cc4b711fdfe88976e829aef713ab (patch)
tree62e96dab48d2fd690abc5aba69e87ec8252447dc
parent81896430684faf0985d6729125a977f15c357b67 (diff)
CWS-TOOLING: integrate CWS odfp30_DEV300
-rw-r--r--sw/source/filter/ww8/ww8par.cxx8
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;