summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-03-17 10:57:10 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-03-17 10:57:10 +0000
commit19f62cc57a9f3502882e0a701d4adbb55ba25610 (patch)
tree58ed3778d94ae169aabd41472116dc296ee77e34
parented70324471375b5c3c7ed0094b1898ac44d06903 (diff)
CWS-TOOLING: integrate CWS sw31bf07_DEV300
2009-03-10 12:55:42 +0100 od r269266 : #i100014# - adjust <Outliner::ImplCheckParagraphs(..)> and its usage to avoid endless loop 2009-03-10 10:24:45 +0100 od r269250 : #i100035# method <SwView::~SwView()> - set member variable <mpPostItMgr> to 0 after its destruction to suppress further access on it. 2009-03-10 10:10:05 +0100 od r269247 : #i100043# method <OutWW8_SwTxtNode(..)> - if paragraph is numbered via set list style at paragraph style and list level indent values of LABEL_ALIGNMENT list level style not applicable, put indent values into temporary itemset for export NOTE: This is a correction of fix for issue i94187
-rw-r--r--sw/source/ui/uiview/view.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/uiview/view.cxx b/sw/source/ui/uiview/view.cxx
index fd4ce212aa..db1a22cf93 100644
--- a/sw/source/ui/uiview/view.cxx
+++ b/sw/source/ui/uiview/view.cxx
@@ -1146,6 +1146,9 @@ SwView::SwView( SfxViewFrame *_pFrame, SfxViewShell* pOldSh )
SwView::~SwView()
{
delete mpPostItMgr;
+ // --> OD 2009-03-10 #i100035#
+ mpPostItMgr = 0;
+ // <--
bInDtor = TRUE;
pEditWin->Hide(); // damit kein Paint Aerger machen kann!