From b93401c4f402b0ffd6b1a2ab9db6f2f7f186c00f Mon Sep 17 00:00:00 2001 From: Christian Lippka Date: Wed, 14 Mar 2001 08:23:12 +0000 Subject: #84866# fixed implementation name for SvxUnoTextCursor --- svx/source/unoedit/unotext2.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'svx/source/unoedit') 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) -- cgit