User: vg Date: 05/02/16 09:22:54 Modified: /dba/connectivity/source/commontools/ CommonTools.cxx
Log: INTEGRATION: CWS dr33 (1.17.36); FILE MERGED 2005/02/14 16:33:51 dr 1.17.36.1: #i42367# remove non-ASCII characters from C++ sources File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: CommonTools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/CommonTools.cxx?r1=1.17&r2=1.18 Delta lines: +15 -15 --------------------- --- CommonTools.cxx 9 Nov 2004 11:45:46 -0000 1.17 +++ CommonTools.cxx 16 Feb 2005 17:22:51 -0000 1.18 @@ -355,8 +355,8 @@ //------------------------------------------------------------------------------ sal_Bool isValidSQLName(const ::rtl::OUString& rName,const ::rtl::OUString& _rSpecials) { - // �berpr�fung auf korrekte Namensgebung im SQL Sinne - // Dieses ist wichtig f�r Tabellennamen beispielsweise + // Ueberpruefung auf korrekte Namensgebung im SQL Sinne + // Dieses ist wichtig fuer Tabellennamen beispielsweise ::rtl::OString aName(rName,rName.getLength(),RTL_TEXTENCODING_ASCII_US); const char* pStr = aName.getStr(); if (isdigit(*pStr)) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
