summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 12:29:44 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 12:29:44 +0000
commit85105c5e0f5e78e6b97513f779a4cd4c1345f66a (patch)
tree593047fc031bcb471e8066d377443fa209176b49 /sw/source/filter/ww8
parent1145d57c1e746eee5b84dbb3828e3db8d628a934 (diff)
INTEGRATION: CWS oasisbf2 (1.156.90); FILE MERGED
2004/10/20 07:02:09 od 1.156.90.1: #i35017# - adjustments for changed com::sun::star::text::WrapInfluenceOnPosition
Diffstat (limited to 'sw/source/filter/ww8')
-rw-r--r--sw/source/filter/ww8/ww8par6.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/ww8par6.cxx b/sw/source/filter/ww8/ww8par6.cxx
index 411febae064f..9e6947ad48ba 100644
--- a/sw/source/filter/ww8/ww8par6.cxx
+++ b/sw/source/filter/ww8/ww8par6.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8par6.cxx,v $
*
- * $Revision: 1.158 $
+ * $Revision: 1.159 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 12:54:47 $
+ * last change: $Author: rt $ $Date: 2004-11-26 13:29:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2244,8 +2244,10 @@ WW8FlySet::WW8FlySet(SwWW8ImplReader& rReader, const WW8FlyPara* pFW,
// der 5. Parameter ist immer 0, daher geht beim Cast nix verloren
// OD 2004-05-18 #i27767#
+ // --> OD 2004-10-18 #i35017# - constant name has changed
Put( SwFmtWrapInfluenceOnObjPos(
- text::WrapInfluenceOnPosition::NONE_SUCCESSIVE_POSITIONED ) );
+ text::WrapInfluenceOnPosition::ONCE_SUCCESSIVE ) );
+ // <--
if( !bGraf )
{