From c6bd0dd00c0766432953cffa175c77aeb2390fdd Mon Sep 17 00:00:00 2001 From: jp Date: Thu, 2 Nov 2000 13:08:19 +0000 Subject: [PATCH] compiler error --- svx/source/editeng/svxacorr.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/svx/source/editeng/svxacorr.cxx b/svx/source/editeng/svxacorr.cxx index 8292856bf53f..8e23c68e600f 100644 --- a/svx/source/editeng/svxacorr.cxx +++ b/svx/source/editeng/svxacorr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svxacorr.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hjs $ $Date: 2000-11-02 13:13:08 $ + * last change: $Author: jp $ $Date: 2000-11-02 14:08:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -194,7 +194,7 @@ BOOL lcl_IsSymbolChar( CharClass& rCC, const String& rTxt, #endif if( ::com::sun::star::i18n::UnicodeType::PRIVATE_USE == rCC.getType( rTxt, nStt )) - ; + return TRUE; } return FALSE; }