To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54233





------- Additional comments from [EMAIL PROTECTED] Mon Sep  5 10:37:39 -0700 
2005 -------
I have solved this too with patch:
Index: svx/source/editeng/forbiddencharacterstable.cxx
===================================================================
RCS file: /cvs/graphics/svx/source/editeng/forbiddencharacterstable.cxx,v
retrieving revision 1.1
diff -u -p -r1.1 forbiddencharacterstable.cxx
--- svx/source/editeng/forbiddencharacterstable.cxx     9 Mar 2001 16:48:03 
-0000       1.1
+++ svx/source/editeng/forbiddencharacterstable.cxx     21 May 2005 16:16:03 
-0000
@@ -88,8 +88,12 @@ const com::sun::star::i18n::ForbiddenCha
        ForbiddenCharactersInfo* pInf = Get( nLanguage );
        if ( !pInf && bGetDefault && mxMSF.is() )
        {
+               const SvxForbiddenCharactersTableImpl *pConstImpl = 
+                       dynamic_cast<const 
SvxForbiddenCharactersTableImpl*>(this);
+               SvxForbiddenCharactersTableImpl* pImpl = 
+                       
const_cast<SvxForbiddenCharactersTableImpl*>(pConstImpl);
                pInf = new ForbiddenCharactersInfo;
-               ((SvxForbiddenCharactersTableImpl*)this)->Insert( nLanguage, 
pInf );
+               pImpl->Insert( nLanguage, pInf );
                pInf->bTemporary = TRUE;
                LocaleDataWrapper aWrapper( mxMSF, SvxCreateLocale( nLanguage ) 
);
                pInf->aForbiddenChars = aWrapper.getForbiddenCharacters();

The patch is issued in ooo.ximian.org
but strange thing that the m127 is not patched yet.



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to