/[pkgs]/devel/openoffice.org/openoffice.org-2.0.1.ooo58606.sw.pre-edit.patch
ViewVC logotype

Contents of /devel/openoffice.org/openoffice.org-2.0.1.ooo58606.sw.pre-edit.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Sat Oct 10 15:48:45 2009 UTC (6 weeks, 3 days ago) by caolanm
Branch: MAIN
CVS Tags: openoffice_org-3_2_0-3_4_fc13, openoffice_org-3_2_0-5_2_fc13, openoffice_org-3_2_0-3_1_fc13, openoffice_org-3_2_0-4_2_fc13, openoffice_org-3_2_0-5_1_fc13, openoffice_org-3_2_0-2_5_fc13, openoffice_org-3_2_0-4_1_fc13, openoffice_org-3_2_0-2_2_fc13, openoffice_org-3_2_0-2_1_fc13, openoffice_org-3_2_0-2_4_fc13, openoffice_org-3_2_0-1_2_fc13, openoffice_org-3_2_0-2_3_fc13, openoffice_org-3_2_0-3_2_fc13, openoffice_org-3_2_0-1_1_fc13, HEAD
Changes since 1.2: +3 -3 lines
File MIME type: text/x-patch
first 3.2.0 milestone
1 Index: source/core/doc/docnew.cxx
2 ===================================================================
3 RCS file: /cvs/sw/sw/source/core/doc/docnew.cxx,v
4 retrieving revision 1.57
5 diff -u -p -u -r1.57 docnew.cxx
6 --- openoffice.org.orig/sw/source/core/doc/docnew.cxx 8 Nov 2005 17:16:18 -0000 1.57
7 +++ openoffice.org/sw/source/core/doc/docnew.cxx 29 Nov 2005 09:38:58 -0000
8 @@ -459,6 +459,16 @@
9
10 SwDoc::~SwDoc()
11 {
12 + if( pExtInputRing )
13 + {
14 + Ring* pTmp = pExtInputRing;
15 + pExtInputRing = 0;
16 + while( pTmp->GetNext() != pTmp )
17 + delete pTmp->GetNext();
18 + delete pTmp;
19 + }
20 +
21 +
22 // --> OD 2007-03-16 #i73788#
23 SwPauseThreadStarting aPauseThreadStarting;
24 // <--
25 @@ -547,15 +557,6 @@
26 pMarkManager->clearAllMarks();
27 DELETEZ( pMacroTable );
28
29 - if( pExtInputRing )
30 - {
31 - Ring* pTmp = pExtInputRing;
32 - pExtInputRing = 0;
33 - while( pTmp->GetNext() != pTmp )
34 - delete pTmp->GetNext();
35 - delete pTmp;
36 - }
37 -
38 //JP: alt - loeschen ohne Flag ist teuer; Modify wird verschickt!
39 // aTOXTypes.DeleteAndDestroy( 0, aTOXTypes.Count() );
40 {

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2