summaryrefslogtreecommitdiff
path: root/patches/OOO_1_1/writer-default-as-optimal-page-wrap.diff
blob: 6516c179cb74c7b4a09e818a29abfde06fbe3ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: source/core/doc/poolfmt.cxx
===================================================================
RCS file: /cvs/sw/sw/source/core/doc/poolfmt.cxx,v
retrieving revision 1.25.108.1
diff -u -r1.25.108.1 poolfmt.cxx
--- sw/source/core/doc/poolfmt.cxx	9 Jan 2004 14:31:26 -0000	1.25.108.1
+++ sw/source/core/doc/poolfmt.cxx	24 Oct 2004 14:25:15 -0000
@@ -1516,7 +1516,7 @@
 			aSet.Put( SwFmtAnchor( FLY_AT_CNTNT ));
 			aSet.Put( SwFmtHoriOrient( 0, HORI_CENTER, FRAME ));
 			aSet.Put( SwFmtVertOrient( 0, VERT_TOP, FRAME ));
-			aSet.Put( SwFmtSurround( SURROUND_NONE ));
+			aSet.Put( SwFmtSurround( SURROUND_IDEAL ));
 		}
 		break;
 	case RES_POOLFRM_FORMEL: