Update ooo320-m1
[ooovba.git] / applied_patches / 0248-writer-default-as-optimal-page-wrap.diff
blobba0b5a30f6388c061f3807f55c792d2de8d43266
1 Index: source/core/doc/poolfmt.cxx
2 ===================================================================
3 RCS file: /cvs/sw/sw/source/core/doc/poolfmt.cxx,v
4 retrieving revision 1.25.108.1
5 diff -u -r1.25.108.1 poolfmt.cxx
6 --- sw/source/core/doc/poolfmt.cxx 9 Jan 2004 14:31:26 -0000 1.25.108.1
7 +++ sw/source/core/doc/poolfmt.cxx 24 Oct 2004 14:25:15 -0000
8 @@ -1516,7 +1516,7 @@
9 aSet.Put( SwFmtAnchor( FLY_AT_CNTNT ));
10 aSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::CENTER, text::RelOrientation::FRAME ));
11 aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME ));
12 - aSet.Put( SwFmtSurround( SURROUND_NONE ));
13 + aSet.Put( SwFmtSurround( SURROUND_IDEAL ));
15 break;
16 case RES_POOLFRM_FORMEL: