summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJian Fang Zhang <zhangjf@apache.org>2012-09-03 01:52:22 +0000
committerJian Fang Zhang <zhangjf@apache.org>2012-09-03 01:52:22 +0000
commite440770de29e96ce3e45792c0e94f133ade83680 (patch)
tree980d33d78147dd8cea2941163d02a3dbaf72d3bc /xmloff
parenteb92319819e64f1bf2dacb7af8c39dd735811189 (diff)
#i120663#, The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked
Found by: zhangjf Patch by: zhangjf
Notes
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/XMLNumberStyles.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx
index 959bf67b8ab3..5d5684f5faf4 100644
--- a/xmloff/source/draw/XMLNumberStyles.cxx
+++ b/xmloff/source/draw/XMLNumberStyles.cxx
@@ -502,7 +502,7 @@ private:
sal_Bool mbTextual;
sal_Bool mbDecimal02;
OUString maText;
- SvXMLImportContext* mpSlaveContext;
+ boost::shared_ptr< SvXMLImportContext > mpSlaveContext;
public:
TYPEINFO();