summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/FormattedString.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/model/main/FormattedString.cxx')
-rw-r--r--chart2/source/model/main/FormattedString.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx
index 9505b33d8d0e..95e4fb159128 100644
--- a/chart2/source/model/main/FormattedString.cxx
+++ b/chart2/source/model/main/FormattedString.cxx
@@ -199,9 +199,6 @@ void FormattedString::fireModifyEvent()
m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this )));
}
-
-// ----------------------------------------
-
Sequence< OUString > FormattedString::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 2 );
@@ -228,7 +225,6 @@ uno::Any FormattedString::GetDefaultValue( sal_Int32 nHandle ) const
return *StaticFormattedStringInfoHelper::get();
}
-
// ____ XPropertySet ____
uno::Reference< beans::XPropertySetInfo > SAL_CALL FormattedString::getPropertySetInfo()
throw (uno::RuntimeException)
@@ -236,8 +232,6 @@ uno::Reference< beans::XPropertySetInfo > SAL_CALL FormattedString::getPropertyS
return *StaticFormattedStringInfo::get();
}
-// ================================================================================
-
using impl::FormattedString_Base;
IMPLEMENT_FORWARD_XINTERFACE2( FormattedString, FormattedString_Base, ::property::OPropertySet )