summaryrefslogtreecommitdiff
path: root/basic/source/classes/propacc.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-02-13 23:39:50 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-02-13 23:44:24 +0900
commitebba94a9572b4154a4106380d949be3d83a68fa5 (patch)
treed3a1a688fb248b5a59d514d3463b44cbbe1b5da0 /basic/source/classes/propacc.cxx
parent516905788436c386caac8ae5288ae0619bc032d1 (diff)
Replaced String by rtl::OUString
Diffstat (limited to 'basic/source/classes/propacc.cxx')
-rw-r--r--basic/source/classes/propacc.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx
index 80b0c72257bd..ce9c027a9623 100644
--- a/basic/source/classes/propacc.cxx
+++ b/basic/source/classes/propacc.cxx
@@ -29,7 +29,6 @@
#include "propacc.hxx"
-#include <tools/errcode.hxx>
#include <svl/svarray.hxx>
#include <basic/sbstar.hxx>
#include <sbunoobj.hxx>
@@ -316,7 +315,7 @@ void RTL_Impl_CreatePropertySet( StarBASIC* pBasic, SbxArray& rPar, sal_Bool bWr
}
// Get class names of struct
- String aServiceName( RTL_CONSTASCII_USTRINGPARAM("stardiv.uno.beans.PropertySet") );
+ ::rtl::OUString aServiceName( RTL_CONSTASCII_USTRINGPARAM("stardiv.uno.beans.PropertySet") );
Reference< XInterface > xInterface = (OWeakObject*) new SbPropertyValues();