diff options
author | Jian Fang Zhang <zhangjf@apache.org> | 2012-09-14 12:26:29 +0000 |
---|---|---|
committer | Jian Fang Zhang <zhangjf@apache.org> | 2012-09-14 12:26:29 +0000 |
commit | adc0946638e8817d5e57b0003b414249ac481df0 (patch) | |
tree | 9a339aab3cdd57f3b5f41628e5cffcb5b809970f /sw/inc | |
parent | 65409fefdc76adab22868c276d345c599432beaa (diff) |
#i113606#, in SwDoc dtor to release the cyclic reference between XFormModel and bindings/submissions
Patch by: zhangjf
Review by: zhangjf
Notes
Notes:
merged as: 6e426582ec76be20c08d71ad7399b1bd008dfc75
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index fdcdb880b540..8eeaf36faa96 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -2082,6 +2082,8 @@ public: void initXForms( bool bCreateDefaultModel ); // <-- #i31958# access methods for XForms model(s) + void disposeXForms( ); // #i113606#, for disposing XForms + // --> OD 2006-03-21 #b6375613# inline bool ApplyWorkaroundForB6375613() const { |