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.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx
index 56d0602e901b..a2175b68a1da 100644
--- a/chart2/source/model/main/FormattedString.cxx
+++ b/chart2/source/model/main/FormattedString.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormattedString.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.9.44.1 $
*
* This file is part of OpenOffice.org.
*
@@ -87,12 +87,6 @@ const Sequence< Property > & lcl_GetPropertySequence()
namespace chart
{
-FormattedString::FormattedString( const ::rtl::OUString & rString ) :
- ::property::OPropertySet( m_aMutex ),
- m_aString( rString ),
- m_xModifyEventForwarder( new ModifyListenerHelper::ModifyEventForwarder())
-{}
-
FormattedString::FormattedString(
uno::Reference< uno::XComponentContext > const & /* xContext */ ) :
::property::OPropertySet( m_aMutex ),