summaryrefslogtreecommitdiff
path: root/writerfilter/source/dmapper/PropertyMapHelper.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-17 09:51:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-17 09:51:50 +0200
commit5f0721a359a265b6b4b33560c979e8c60d2cbab0 (patch)
treefaa3a1557571b3b579a386d463bc0ca6483ed80b /writerfilter/source/dmapper/PropertyMapHelper.hxx
parent0a9051782cfa261a3a1fe48fa95a4ec135ec042d (diff)
writerfilter: Fix various Clang warnings
Change-Id: I733bcf8e02e659ef18ee9c2be4ad4e9f107fe7c6
Diffstat (limited to 'writerfilter/source/dmapper/PropertyMapHelper.hxx')
-rw-r--r--writerfilter/source/dmapper/PropertyMapHelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/writerfilter/source/dmapper/PropertyMapHelper.hxx b/writerfilter/source/dmapper/PropertyMapHelper.hxx
index a102fc806792..43620eb07458 100644
--- a/writerfilter/source/dmapper/PropertyMapHelper.hxx
+++ b/writerfilter/source/dmapper/PropertyMapHelper.hxx
@@ -37,10 +37,6 @@ void lcl_DumpPropertyValues(const TagLogger::Pointer_t pLogger,
typedef css::uno::Sequence<css::beans::PropertyValues> PropertyValueSeq_t;
void lcl_DumpPropertyValueSeq(const TagLogger::Pointer_t pLogger,
PropertyValueSeq_t & rPropValSeq);
-
-typedef css::uno::Sequence<PropertyValueSeq_t> PropertyValueSeqSeq_t;
-void lcl_DumpPropertyValueSeqSeq(const TagLogger::Pointer_t pLogger,
- PropertyValueSeqSeq_t & rPropValSeqSeq);
#endif // DEBUG_WRITERFILTER
}
}