Tag: cws_src680_dba202a User: oj Date: 05/11/25 00:33:11 Modified: /dba/connectivity/source/inc/flat/ ETable.hxx
Log: #126933# check if char is > 127 File Changes: Directory: /dba/connectivity/source/inc/flat/ ============================================= File [changed]: ETable.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/flat/ETable.hxx?r1=1.13&r2=1.13.36.1 Delta lines: +4 -4 ------------------- --- ETable.hxx 8 Sep 2005 07:13:22 -0000 1.13 +++ ETable.hxx 25 Nov 2005 08:33:08 -0000 1.13.36.1 @@ -4,9 +4,9 @@ * * $RCSfile: ETable.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.13.36.1 $ * - * last change: $Author: rt $ $Date: 2005/09/08 07:13:22 $ + * last change: $Author: oj $ $Date: 2005/11/25 08:33:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -88,7 +88,7 @@ public: private: - void fillColumns(); + void fillColumns(const ::com::sun::star::lang::Locale& _aLocale); BOOL CreateFile(const INetURLObject& aFile, BOOL& bCreateMemo); sal_Bool checkHeaderLine(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
