summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMapHelper.hxx
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 00:27:52 +0100
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2010-12-08 00:32:24 +0100
commit471689e4a4172f2d2babcdd5ce3ef2b8dfd17e2b (patch)
tree95536e4d18b7bcd850bcc29dcf5852293eaa104f /writerfilter/source/dmapper/PropertyMapHelper.hxx
parenteef95b17255a0765fd5f46a8fb7d6e08bb712d19 (diff)
Using libxml2 instead of homemade stuffs for the debug output
This also seems to fix a memory leak that was present only with some debug output enabled.
Diffstat (limited to 'writerfilter/source/dmapper/PropertyMapHelper.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyMapHelper.hxx12
1 files changed, 8 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/PropertyMapHelper.hxx b/writerfilter/source/dmapper/PropertyMapHelper.hxx
index ba568caaf97d..0c928be4db29 100644
--- a/writerfilter/source/dmapper/PropertyMapHelper.hxx
+++ b/writerfilter/source/dmapper/PropertyMapHelper.hxx
@@ -38,14 +38,18 @@ namespace writerfilter
namespace dmapper
{
-XMLTag::Pointer_t lcl_TableColumnSeparatorsToTag(const uno::Any & rTableColumnSeparators);
-XMLTag::Pointer_t lcl_PropertyValuesToTag(beans::PropertyValues & rValues);
+void lcl_DumpTableColumnSeparators(const TagLogger::Pointer_t pLogger,
+ const uno::Any & rTableColumnSeparators);
+void lcl_DumpPropertyValues(const TagLogger::Pointer_t pLogger,
+ beans::PropertyValues & rValues);
typedef uno::Sequence<beans::PropertyValues> PropertyValueSeq_t;
-XMLTag::Pointer_t lcl_PropertyValueSeqToTag(PropertyValueSeq_t & rPropValSeq);
+void lcl_DumpPropertyValueSeq(const TagLogger::Pointer_t pLogger,
+ PropertyValueSeq_t & rPropValSeq);
typedef uno::Sequence<PropertyValueSeq_t> PropertyValueSeqSeq_t;
-XMLTag::Pointer_t lcl_PropertyValueSeqSeqToTag(PropertyValueSeqSeq_t & rPropValSeqSeq);
+void lcl_DumpPropertyValueSeqSeq(const TagLogger::Pointer_t pLogger,
+ PropertyValueSeqSeq_t & rPropValSeqSeq);
}
}
#endif // DEBUG