summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-04-23 15:57:17 +0000
committerRüdiger Timm <rt@openoffice.org>2003-04-23 15:57:17 +0000
commit88d75e6141fcccf216f6066cd160cdc827bd1686 (patch)
tree740fb796e28fb950e19d1a7a5ce89500da189ab4 /basic
parentca35d65a9facb2a7719ceaff482cb1532c161172 (diff)
INTEGRATION: CWS uno2 (1.3.44); FILE MERGED
2003/04/11 14:20:45 ab 1.3.44.1: #108672# Basic Modules > 64K
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/token.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/token.cxx b/basic/source/comp/token.cxx
index f618bae4cf4c..7dfd447bdd2a 100644
--- a/basic/source/comp/token.cxx
+++ b/basic/source/comp/token.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: token.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mh $ $Date: 2001-10-17 18:53:05 $
+ * last change: $Author: rt $ $Date: 2003-04-23 16:57:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -372,7 +372,7 @@ TokenTable aTokTable_Java [] = { // Token-Tabelle:
// Der Konstruktor ermittelt die Laenge der Token-Tabelle.
-SbiTokenizer::SbiTokenizer( const String& rSrc, StarBASIC* pb )
+SbiTokenizer::SbiTokenizer( const ::rtl::OUString& rSrc, StarBASIC* pb )
: SbiScanner( rSrc, pb )
{
pTokTable = aTokTable_Basic;