diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-04 12:14:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-08 10:03:05 +0200 |
commit | 17309590c820c20089bb9b27b40d3a4a8a407d0f (patch) | |
tree | a11c54654daaf1fbecb37c90f97273e3b7b71a65 /sc/inc/datauno.hxx | |
parent | ce36c9c77abef63457018f50db0929d5b43b032f (diff) |
convert sc/inc/datauno.hxx from String to OUString
Change-Id: I17b0ef3bf04cf4a524c1301bfc8a6003436429f3
Diffstat (limited to 'sc/inc/datauno.hxx')
-rw-r--r-- | sc/inc/datauno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/datauno.hxx b/sc/inc/datauno.hxx index a2562c21f7bf..84ed68e60e19 100644 --- a/sc/inc/datauno.hxx +++ b/sc/inc/datauno.hxx @@ -495,7 +495,7 @@ class ScDatabaseRangeObj : public cppu::WeakImplHelper6< { private: ScDocShell* pDocShell; - String aName; + OUString aName; SfxItemPropertySet aPropSet; XDBRefreshListenerArr_Impl aRefreshListeners; bool bIsUnnamed; @@ -506,7 +506,7 @@ private: void Refreshed_Impl(); public: - ScDatabaseRangeObj(ScDocShell* pDocSh, const String& rNm); + ScDatabaseRangeObj(ScDocShell* pDocSh, const OUString& rNm); SC_DLLPUBLIC ScDatabaseRangeObj(ScDocShell* pDocSh, const SCTAB nTab); virtual ~ScDatabaseRangeObj(); |