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:
committed by
Noel Grandin
parent
d4ffca1e07
commit
eda9605ad5
@@ -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&)
|
||||
{
|
||||
|
Reference in New Issue
Block a user