summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/FormattedString.cxx
diff options
context:
space:
mode:
authorBjörn Milcke <bm@openoffice.org>2004-01-26 08:13:31 +0000
committerBjörn Milcke <bm@openoffice.org>2004-01-26 08:13:31 +0000
commit3fe1d17a07180c843fd376763e27c72a529b75b2 (patch)
tree585d2722e8c23653efed23273d6ca7aae2e20e48 /chart2/source/model/main/FormattedString.cxx
parentae900510614be862923fdc70e47dc7ccccb894d4 (diff)
drafts namespace of API removed
public API moved to offapi Calc as DataEditor - first integration
Diffstat (limited to 'chart2/source/model/main/FormattedString.cxx')
-rw-r--r--chart2/source/model/main/FormattedString.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/chart2/source/model/main/FormattedString.cxx b/chart2/source/model/main/FormattedString.cxx
index 42ec1cc45e58..f41302c8ab7f 100644
--- a/chart2/source/model/main/FormattedString.cxx
+++ b/chart2/source/model/main/FormattedString.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormattedString.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bm $ $Date: 2003-11-25 13:07:56 $
+ * last change: $Author: bm $ $Date: 2004-01-26 09:12:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,6 @@
#endif
using namespace ::com::sun::star;
-using namespace ::drafts::com::sun::star;
using ::rtl::OUString;
using ::com::sun::star::beans::Property;
@@ -179,7 +178,7 @@ Sequence< OUString > FormattedString::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 2 );
- aServices[ 0 ] = C2U( "drafts.com.sun.star.chart2.FormattedString" );
+ aServices[ 0 ] = C2U( "com.sun.star.chart2.FormattedString" );
aServices[ 1 ] = C2U( "com.sun.star.beans.PropertySet" );
return aServices;
}