summaryrefslogtreecommitdiffstats
path: root/forms/source/component/Currency.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-10-05 13:51:46 +0200
committerNoel Grandin <noel@peralex.com>2016-10-05 13:53:28 +0200
commit7cf9028d3b735c5a1929897e556357b5d18573a2 (patch)
treea8f138bf09de2376fc9f83c6fac3c07f3fb8bf64 /forms/source/component/Currency.cxx
parentReplace DdeData conversion operators with proper functions (diff)
downloadcore-7cf9028d3b735c5a1929897e556357b5d18573a2.tar.gz
core-7cf9028d3b735c5a1929897e556357b5d18573a2.zip
loplugin:unnecessaryoverride in forms/framework
Change-Id: Ia2aabec5af5559903be09e1ef81d156a7538ab3f
Diffstat (limited to 'forms/source/component/Currency.cxx')
-rw-r--r--forms/source/component/Currency.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/forms/source/component/Currency.cxx b/forms/source/component/Currency.cxx
index fe0005a543ba..552b94ef735b 100644
--- a/forms/source/component/Currency.cxx
+++ b/forms/source/component/Currency.cxx
@@ -59,12 +59,6 @@ css::uno::Sequence<OUString> SAL_CALL OCurrencyControl::getSupportedServiceNames
// OCurrencyModel
-Sequence<Type> OCurrencyModel::_getTypes()
-{
- return OEditBaseModel::_getTypes();
-}
-
-
void OCurrencyModel::implConstruct()
{
if (m_xAggregateSet.is())