summaryrefslogtreecommitdiff
path: root/svl/source/numbers/numfmuno.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-03 15:39:14 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:01 +0200
commit2ebd79b3d214c62c0997606115ebc50700d6a760 (patch)
treedc2e6bb49d8089e507fe846406d10828af7330cb /svl/source/numbers/numfmuno.cxx
parent02cb0ba6b565597d6da23cbf211e959c448b3261 (diff)
loplugin:constantfunction: svl
Change-Id: I6504e354cfb381cc00ea837f959e2e18e5fc596c
Diffstat (limited to 'svl/source/numbers/numfmuno.cxx')
-rw-r--r--svl/source/numbers/numfmuno.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svl/source/numbers/numfmuno.cxx b/svl/source/numbers/numfmuno.cxx
index f486ed7a0071..683505538a5c 100644
--- a/svl/source/numbers/numfmuno.cxx
+++ b/svl/source/numbers/numfmuno.cxx
@@ -536,7 +536,6 @@ void SAL_CALL SvNumberFormatsObj::removeByKey( sal_Int32 nKey ) throw(uno::Runti
if (pFormatter)
{
pFormatter->DeleteEntry(nKey);
- rSupplier.NumberFormatDeleted(nKey); // Notification for the Document
}
}
@@ -994,8 +993,6 @@ void SAL_CALL SvNumberFormatSettingsObj::setPropertyValue( const OUString& aProp
}
else
throw beans::UnknownPropertyException();
-
- rSupplier.SettingsChanged();
}
else
throw uno::RuntimeException();