diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-12-06 18:41:19 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-12-06 18:41:19 +0000 |
commit | 0bbed4a634526bb7148ba6e763e7a95fe1b5b039 (patch) | |
tree | d966a91049001ed51c863f5c95706a888559c162 /xmloff/source/style/xmlexppr.cxx | |
parent | 421882514d53d98e5106e1c585730244c3be51d2 (diff) |
#95346#; be care that the FilterInfo is deleted in every brunch except it is cached
Diffstat (limited to 'xmloff/source/style/xmlexppr.cxx')
-rw-r--r-- | xmloff/source/style/xmlexppr.cxx | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/xmloff/source/style/xmlexppr.cxx b/xmloff/source/style/xmlexppr.cxx index 9edf3244dd7a..be4e460b99ff 100644 --- a/xmloff/source/style/xmlexppr.cxx +++ b/xmloff/source/style/xmlexppr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlexppr.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: mib $ $Date: 2001-11-01 13:31:03 $ + * last change: $Author: sab $ $Date: 2001-12-06 19:41:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -251,7 +251,6 @@ FilterPropertyInfo_Impl::FilterPropertyInfo_Impl( aIndexes.push_back(nIndex); } - typedef std::list<FilterPropertyInfo_Impl> FilterPropertyInfoList_Impl; // ---------------------------------------------------------------------------- @@ -723,9 +722,12 @@ vector< XMLPropertyState > SvXMLExportPropertyMapper::_Filter( (*pCache)[aKey] = pFilterInfo; } else - { bDelInfo = sal_True; - } + } + else + { + OSL_ENSURE(sal_False, "here is no TypeProvider or the ImplId is wrong"); + bDelInfo = sal_True; } } |