From 104261010aa5ccbb7df4a82a3a3cafcfb0591fa7 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 4 Jul 2012 23:58:05 +0100 Subject: some UniString->rtl::OUString Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3 --- basic/source/comp/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/comp/parser.cxx') diff --git a/basic/source/comp/parser.cxx b/basic/source/comp/parser.cxx index 1af42ef2fadb..f958a88b30a8 100644 --- a/basic/source/comp/parser.cxx +++ b/basic/source/comp/parser.cxx @@ -722,7 +722,7 @@ void SbiParser::Implements() Next(); if( Peek() == DOT ) { - String aDotStr( '.' ); + rtl::OUString aDotStr( '.' ); while( Peek() == DOT ) { aImplementedIface += aDotStr; -- cgit