summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxres.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxres.cxx')
-rw-r--r--basic/source/sbx/sbxres.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxres.cxx b/basic/source/sbx/sbxres.cxx
index 3f4ccd9fdfbb..1f588251dab0 100644
--- a/basic/source/sbx/sbxres.cxx
+++ b/basic/source/sbx/sbxres.cxx
@@ -78,7 +78,7 @@ const char* GetSbxRes( sal_uInt16 nId )
}
SbxRes::SbxRes( sal_uInt16 nId )
- : ::rtl::OUString( ::rtl::OUString::createFromAscii( GetSbxRes( nId ) ) )
+ : OUString( OUString::createFromAscii( GetSbxRes( nId ) ) )
{}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */