writerfilter/source/dmapper/DomainMapper_Impl.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 5f25cfde82013d34276ed0ac12d4c2879888db7b Author: Justin Luth <[email protected]> Date: Thu Jan 4 17:01:59 2018 +0300 unused variable: DomainMapper_Impl::PushAnnotation() pTopContext unused even on the day when the function was created in 2009: CWS-TOOLING: integrate CWS os124. Change-Id: I20e46d6b55f307744851fc4fe1773549535bcfd7 Reviewed-on: https://gerrit.libreoffice.org/47448 Tested-by: Jenkins <[email protected]> Reviewed-by: Justin Luth <[email protected]> diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx index 4b84edb98b66..5f514dc67709 100644 --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx @@ -1858,7 +1858,6 @@ void DomainMapper_Impl::PushAnnotation() { try { - PropertyMapPtr pTopContext = GetTopContext(); m_bIsInComments = true; if (!GetTextFactory().is()) return; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
