diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2009-04-28 21:27:54 +0000 |
| commit | b6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch) | |
| tree | f2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /editors/calligra/files/patch-kword-KWFrame.cpp | |
| parent | e892f2bbcdaf08e461fb47a64eee749e1a02fe85 (diff) | |
Diffstat (limited to 'editors/calligra/files/patch-kword-KWFrame.cpp')
| -rw-r--r-- | editors/calligra/files/patch-kword-KWFrame.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editors/calligra/files/patch-kword-KWFrame.cpp b/editors/calligra/files/patch-kword-KWFrame.cpp deleted file mode 100644 index e8d8faccd72c..000000000000 --- a/editors/calligra/files/patch-kword-KWFrame.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- kword/KWFrame.cpp.orig Thu Mar 23 20:59:46 2006 -+++ kword/KWFrame.cpp Sat Apr 8 13:25:08 2006 -@@ -671,7 +671,8 @@ - // This attribute isn't part of the OASIS spec. Doesn't matter since it doesn't affect rendering - // of existing documents, only editing (and only KWord has this kind of option until now). - NewFrameBehavior defaultNfb = frameSet()->isHeaderOrFooter() ? Copy : NoFollowup; -- if ( m_newFrameBehavior != defaultNfb ) { -+ NewFrameBehavior temp_newFrameBehavior = m_newFrameBehavior; -+ if ( temp_newFrameBehavior != defaultNfb ) { - const char* value = "none"; - if ( m_newFrameBehavior == Reconnect ) - value = "followup"; |
