[Libreoffice-commits] core.git: writerfilter/source
Justin Luth
justin_luth at sil.org
Thu Jul 6 06:26:05 UTC 2017
writerfilter/source/dmapper/DomainMapper_Impl.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit eda9605ad51c82c4dc7dedcb8910f2384d6cc460
Author: Justin Luth <justin_luth at 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 <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 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&)
{
More information about the Libreoffice-commits
mailing list