summaryrefslogtreecommitdiff
path: root/sc/inc/chartuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-10-04 14:01:32 +0200
committerNoel Grandin <noel@peralex.com>2013-10-08 10:03:07 +0200
commitcc1f12fe5edd2ba2a13c040b629f6f1cc91a70c8 (patch)
tree62851c892e747c683d21dc3bf874e22079a457f0 /sc/inc/chartuno.hxx
parent9ea4388a71328c0034ab7fc02bb6c13af9b3048d (diff)
convert sc/inc/chartuno.hxx from String to OUString
Change-Id: Idd784c7e6663e7e662fe4767211fc83905641786
Diffstat (limited to 'sc/inc/chartuno.hxx')
-rw-r--r--sc/inc/chartuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chartuno.hxx b/sc/inc/chartuno.hxx
index 4fe5fac45605..45c74216c865 100644
--- a/sc/inc/chartuno.hxx
+++ b/sc/inc/chartuno.hxx
@@ -126,7 +126,7 @@ class ScChartObj : public ::comphelper::OBaseMutex
private:
ScDocShell* pDocShell;
SCTAB nTab; // Charts are per sheet
- String aChartName;
+ OUString aChartName;
void Update_Impl( const ScRangeListRef& rRanges, bool bColHeaders, bool bRowHeaders );
void GetData_Impl( ScRangeListRef& rRanges, bool& rColHeaders, bool& rRowHeaders ) const;
@@ -143,7 +143,7 @@ protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper() const;
public:
- ScChartObj(ScDocShell* pDocSh, SCTAB nT, const String& rN);
+ ScChartObj(ScDocShell* pDocSh, SCTAB nT, const OUString& rN);
virtual ~ScChartObj();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );