summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/token.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-01-31 02:18:11 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-01-31 02:29:23 +0900
commit6073c31fe8c500066bb033cdb646e9d1cca9b94a (patch)
tree095e17d1abff7e6196211b3822ed92db27cfa6c5 /basic/source/inc/token.hxx
parentfdo#35669: more robust references merging (diff)
downloadcore-6073c31fe8c500066bb033cdb646e9d1cca9b94a.tar.gz
core-6073c31fe8c500066bb033cdb646e9d1cca9b94a.zip
Replaced String by rtl::OUString in SbiScanner
Diffstat (limited to 'basic/source/inc/token.hxx')
-rw-r--r--basic/source/inc/token.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/token.hxx b/basic/source/inc/token.hxx
index d5bb4a292e98..31de0f6fd812 100644
--- a/basic/source/inc/token.hxx
+++ b/basic/source/inc/token.hxx
@@ -164,7 +164,7 @@ public:
void Error( SbError c ) { GenError( c ); }
void Error( SbError, SbiToken );
void Error( SbError, const char* );
- void Error( SbError, String );
+ void Error( SbError, const ::rtl::OUString &);
void Keywords( sal_Bool b ) { bKeywords = b; }