diff options
author | Justin Luth <justin_luth@sil.org> | 2018-01-04 17:01:59 +0300 |
---|---|---|
committer | Justin Luth <justin_luth@sil.org> | 2018-01-13 05:02:47 +0100 |
commit | 5f25cfde82013d34276ed0ac12d4c2879888db7b (patch) | |
tree | 60a872bc7c753c69bfe420e8c7e5dae7faf9f4c6 | |
parent | 37b4b3ea042ab380106f4eca001b605d79980296 (diff) |
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@libreoffice.org>
Reviewed-by: Justin Luth <justin_luth@sil.org>
-rw-r--r-- | writerfilter/source/dmapper/DomainMapper_Impl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; |