[Libreoffice-commits] core.git: writerfilter/source
Justin Luth
justin_luth at sil.org
Sat Jan 13 04:03:22 UTC 2018
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 5f25cfde82013d34276ed0ac12d4c2879888db7b
Author: Justin Luth <justin_luth at sil.org>
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 <ci at libreoffice.org>
Reviewed-by: Justin Luth <justin_luth at sil.org>
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;
More information about the Libreoffice-commits
mailing list