summaryrefslogtreecommitdiff
path: root/svx/source/unoedit
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-03-14 08:23:12 +0000
committerChristian Lippka <cl@openoffice.org>2001-03-14 08:23:12 +0000
commitb93401c4f402b0ffd6b1a2ab9db6f2f7f186c00f (patch)
tree1b3692ed37cad0ad6cc36757a1c2994c57768de9 /svx/source/unoedit
parent74bfe1336097ab52d9e0e2701a903ea0b1f6f125 (diff)
#84866# fixed implementation name for SvxUnoTextCursor
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r--svx/source/unoedit/unotext2.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/unoedit/unotext2.cxx b/svx/source/unoedit/unotext2.cxx
index 4e884f70af6f..9bf472347bb5 100644
--- a/svx/source/unoedit/unotext2.cxx
+++ b/svx/source/unoedit/unotext2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotext2.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cl $ $Date: 2001-01-23 11:54:34 $
+ * last change: $Author: cl $ $Date: 2001-03-14 09:23:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -648,7 +648,7 @@ void SAL_CALL SvxUnoTextCursor::setString( const OUString& aString ) throw(uno::
// lang::XServiceInfo
OUString SAL_CALL SvxUnoTextCursor::getImplementationName() throw(uno::RuntimeException)
{
- return OUString(RTL_CONSTASCII_USTRINGPARAM("SvxUnoTextCursort"));
+ return OUString(RTL_CONSTASCII_USTRINGPARAM("SvxUnoTextCursor"));
}
sal_Bool SAL_CALL SvxUnoTextCursor::supportsService( const OUString& ServiceName ) throw(uno::RuntimeException)