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

New commits:
commit eda9605ad51c82c4dc7dedcb8910f2384d6cc460
Author: Justin Luth <justin_l...@sil.org>
Date:   Wed Jul 5 21:34:12 2017 -0400

    writerfilter: remove unused nkey variable assignment
    
    Introduced with Noel's commit f433a86839499662cfc1356882b0538f01d850b6.
    It looks like leftover debugging code (to check that the value written
    is the value retrieved).
    
    Change-Id: Idd9dffedf14788be19193785855060733a0b3e3e
    Reviewed-on: https://gerrit.libreoffice.org/39616
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index dfa7d58d8114..8b8a78995b8a 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -2576,8 +2576,6 @@ void DomainMapper_Impl::SetNumberFormat( const OUString& 
rCommand,
         xPropertySet->setPropertyValue(
             getPropertyName(PROP_NUMBER_FORMAT),
             uno::makeAny( nKey ));
-        xPropertySet->getPropertyValue(
-            getPropertyName(PROP_NUMBER_FORMAT ) ) >>= nKey;
     }
     catch(const uno::Exception&)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to