summaryrefslogtreecommitdiff
path: root/patches/dev300/writer-default-as-optimal-page-wrap.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/writer-default-as-optimal-page-wrap.diff')
-rw-r--r--patches/dev300/writer-default-as-optimal-page-wrap.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/dev300/writer-default-as-optimal-page-wrap.diff b/patches/dev300/writer-default-as-optimal-page-wrap.diff
deleted file mode 100644
index ad085a12d..000000000
--- a/patches/dev300/writer-default-as-optimal-page-wrap.diff
+++ /dev/null
@@ -1,20 +0,0 @@
----
- sw/source/core/doc/poolfmt.cxx | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git sw/source/core/doc/poolfmt.cxx sw/source/core/doc/poolfmt.cxx
-index 78bd3d5..0824ac5 100644
---- sw/source/core/doc/poolfmt.cxx
-+++ sw/source/core/doc/poolfmt.cxx
-@@ -1326,7 +1326,7 @@ SwFmt* SwDoc::GetFmtFromPool( USHORT nId )
- aSet.Put( SwFmtAnchor( FLY_AT_PARA ));
- aSet.Put( SwFmtHoriOrient( 0, text::HoriOrientation::CENTER, text::RelOrientation::FRAME ));
- aSet.Put( SwFmtVertOrient( 0, text::VertOrientation::TOP, text::RelOrientation::FRAME ));
-- aSet.Put( SwFmtSurround( SURROUND_NONE ));
-+ aSet.Put( SwFmtSurround( SURROUND_IDEAL ));
- }
- break;
- case RES_POOLFRM_FORMEL:
---
-1.7.0.1
-