From c40cd8a4f203a4f817a77ab850e5027f8bae9b91 Mon Sep 17 00:00:00 2001 From: Marcos Paulo de Souza Date: Sun, 30 Dec 2012 13:07:28 -0200 Subject: Remove all occurences of RTL_* and ::rtl prefix from basic This is a big commit, so thanks for your time reviewing this :) Conflicts: basic/source/sbx/sbxscan.cxx Change-Id: Ib9bc710b87475b5695764557321e5dcef25e5933 Signed-off-by: Miklos Vajna --- basic/source/sbx/sbxlng.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/source/sbx/sbxlng.cxx') diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index 90cf5f9e0038..5b633cb0e1e3 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -225,7 +225,7 @@ start: case SbxSTRING: case SbxLPSTR: if( !p->pOUString ) - p->pOUString = new ::rtl::OUString; + p->pOUString = new OUString; ImpCvtNum( (double) n, 0, *p->pOUString ); break; case SbxOBJECT: -- cgit