diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-10 12:24:26 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-10 15:34:58 -0500 |
commit | e1bb54d77d5ca9bc631af6d74a2d7abaf422e802 (patch) | |
tree | 63489e4f543457691f05cdd25784ae8e97ca8ab8 /sc/inc/dpgroup.hxx | |
parent | bc99c90e88ba9f5376ffde9bd4b4b2fa99d6ddf3 (diff) |
String to rtl::OUString.
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index bf7bea0ba723..356df1ca028e 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -198,7 +198,7 @@ public: void AddGroupDimension( const ScDPGroupDimension& rGroup ); void SetNumGroupDimension( long nIndex, const ScDPNumGroupDimension& rGroup ); - long GetDimensionIndex( const String& rName ); + long GetDimensionIndex( const rtl::OUString& rName ); ScDocument* GetDocument() { return pDoc; } @@ -208,7 +208,7 @@ public: virtual const ScDPItemData* GetMemberById( long nDim, long nId); virtual long Compare( long nDim, long nDataId1, long nDataId2); - virtual String getDimensionName(long nColumn); + virtual rtl::OUString getDimensionName(long nColumn); virtual sal_Bool getIsDataLayoutDimension(long nColumn); virtual sal_Bool IsDateDimension(long nDim); virtual sal_uLong GetNumberFormat(long nDim); |