diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-03 15:39:14 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | 2ebd79b3d214c62c0997606115ebc50700d6a760 (patch) | |
tree | dc2e6bb49d8089e507fe846406d10828af7330cb /svl/source/numbers | |
parent | 02cb0ba6b565597d6da23cbf211e959c448b3261 (diff) |
loplugin:constantfunction: svl
Change-Id: I6504e354cfb381cc00ea837f959e2e18e5fc596c
Diffstat (limited to 'svl/source/numbers')
-rw-r--r-- | svl/source/numbers/numfmuno.cxx | 3 | ||||
-rw-r--r-- | svl/source/numbers/numuno.cxx | 10 |
2 files changed, 0 insertions, 13 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(); diff --git a/svl/source/numbers/numuno.cxx b/svl/source/numbers/numuno.cxx index 0ad66dcdb485..efcdc2af0bb2 100644 --- a/svl/source/numbers/numuno.cxx +++ b/svl/source/numbers/numuno.cxx @@ -70,16 +70,6 @@ void SvNumberFormatsSupplierObj::SetNumberFormatter(SvNumberFormatter* pNew) pImpl->pFormatter = pNew; } -void SvNumberFormatsSupplierObj::NumberFormatDeleted(sal_uInt32) -{ - // Base implementation; does nothing -} - -void SvNumberFormatsSupplierObj::SettingsChanged() -{ - // Base implementation; does nothing -} - // XNumberFormatsSupplier uno::Reference<beans::XPropertySet> SAL_CALL SvNumberFormatsSupplierObj::getNumberFormatSettings() |