writerfilter: remove unused nkey variable assignment

Introduced with Noel's commit f433a86839.
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@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Justin Luth
2017-07-05 21:34:12 -04:00
committed by Noel Grandin
parent d4ffca1e07
commit eda9605ad5

View File

@@ -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&)
{