Kaydet (Commit) 45c42e1f authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS os71 (1.21.120); FILE MERGED

2006/10/23 15:18:54 os 1.21.120.4: RESYNC: (1.23-1.24); FILE MERGED
2006/08/30 17:13:13 os 1.21.120.3: RESYNC: (1.22-1.23); FILE MERGED
2006/04/13 14:23:46 os 1.21.120.2: RESYNC: (1.21-1.22); FILE MERGED
2006/03/08 09:26:01 os 1.21.120.1: #i58773# moved legacy filters from sw to binfilter
üst 70334d41
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: parasc.cxx,v $ * $RCSfile: parasc.cxx,v $
* *
* $Revision: 1.24 $ * $Revision: 1.25 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 22:04:10 $ * last change: $Author: kz $ $Date: 2006-11-08 13:28:53 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -365,7 +365,7 @@ ULONG SwASCIIParser::ReadChars() ...@@ -365,7 +365,7 @@ ULONG SwASCIIParser::ReadChars()
hConverter = rtl_createTextToUnicodeConverter( currentCharSet ); hConverter = rtl_createTextToUnicodeConverter( currentCharSet );
ASSERT( hConverter, "no string convert avaiable" ); ASSERT( hConverter, "no string convert avaiable" );
if (!hConverter) if (!hConverter)
return ERR_W4W_DLL_ERROR | ERROR_SW_READ_BASE; return ERROR_SW_READ_BASE;
bSwapUnicode = false; bSwapUnicode = false;
hContext = rtl_createTextToUnicodeContext( hConverter ); hContext = rtl_createTextToUnicodeContext( hConverter );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment