[Libreoffice-commits] core.git: writerfilter/source

Justin Luth justin_luth at sil.org
Thu Jun 1 06:30:36 UTC 2017


 writerfilter/source/dmapper/DomainMapper_Impl.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit be84b4a5f6f68ce30a5d82d73ae392cf27c369ce
Author: Justin Luth <justin_luth at sil.org>
Date:   Thu Jun 1 08:03:39 2017 +0300

    writerfilter: remove unused variable pFontTable
    
    Change-Id: If48795746adecf6762a5f1173171c62faf1ac345
    Reviewed-on: https://gerrit.libreoffice.org/38290
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 3963cdcb8ca2..4bb4013ade9e 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -1691,7 +1691,6 @@ void DomainMapper_Impl::PushFootOrEndnote( bool bIsFootnote )
             uno::UNO_QUERY_THROW );
         uno::Reference< text::XFootnote > xFootnote( xFootnoteText, uno::UNO_QUERY_THROW );
         pTopContext->SetFootnote( xFootnote );
-        FontTablePtr pFontTable = GetFontTable();
         uno::Sequence< beans::PropertyValue > aFontProperties;
         appendTextContent( uno::Reference< text::XTextContent >( xFootnoteText, uno::UNO_QUERY_THROW ), aFontProperties );
         m_aTextAppendStack.push(TextAppendContext(uno::Reference< text::XTextAppend >( xFootnoteText, uno::UNO_QUERY_THROW ),


More information about the Libreoffice-commits mailing list