diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-29 11:53:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-29 11:53:08 +0000 |
commit | 0a3c4f8f49520a3feb071d7cb7ce916a5a2f6315 (patch) | |
tree | 49befb71adf9f7ded0db4f2543cd10ba59008959 /basic | |
parent | 875f33cc9aa1a0598e74aee9865c843c3a66f374 (diff) |
INTEGRATION: CWS ab17fixes (1.10.10); FILE MERGED
2005/06/02 11:10:44 ab 1.10.10.1: #i46586# SbiTokenizer::Next(): Save symbol in special handling for LINE INPUT
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/token.cxx | 68 |
1 files changed, 47 insertions, 21 deletions
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx index ec47d1fafb56..932778bb63ed 100644 --- a/basic/source/comp/token.cxx +++ b/basic/source/comp/token.cxx @@ -1,35 +1,61 @@ /************************************************************************* * - * OpenOffice.org - a multi-platform office productivity suite - * * $RCSfile: token.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ + * + * last change: $Author: hr $ $Date: 2005-09-29 12:53:08 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * * - * last change: $Author: rt $ $Date: 2005-09-07 21:30:57 $ + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the "License"); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. * - * The Contents of this file are made available subject to - * the terms of GNU Lesser General Public License Version 2.1. + * Software provided under this License is provided on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. * - * GNU Lesser General Public License Version 2.1 - * ============================================= - * Copyright 2005 by Sun Microsystems, Inc. - * 901 San Antonio Road, Palo Alto, CA 94303, USA + * Copyright: 2000 by Sun Microsystems, Inc. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License version 2.1, as published by the Free Software Foundation. + * All Rights Reserved. * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. + * Contributor(s): _______________________________________ * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA * ************************************************************************/ |