summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/servobj.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/servobj.hxx')
-rw-r--r--sc/source/ui/inc/servobj.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/servobj.hxx b/sc/source/ui/inc/servobj.hxx
index af22738271ba..d0be4d692ec0 100644
--- a/sc/source/ui/inc/servobj.hxx
+++ b/sc/source/ui/inc/servobj.hxx
@@ -45,13 +45,13 @@ private:
ScServerObjectSvtListenerForwarder aForwarder;
ScDocShell* pDocSh;
ScRange aRange;
- String aItemStr;
+ OUString aItemStr;
sal_Bool bRefreshListener;
void Clear();
public:
- ScServerObject( ScDocShell* pShell, const String& rItem );
+ ScServerObject( ScDocShell* pShell, const OUString& rItem );
virtual ~ScServerObject();
virtual sal_Bool GetData( ::com::sun::star::uno::Any & rData /*out param*/,