summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpgroup.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-10 12:24:26 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-10 15:34:58 -0500
commite1bb54d77d5ca9bc631af6d74a2d7abaf422e802 (patch)
tree63489e4f543457691f05cdd25784ae8e97ca8ab8 /sc/inc/dpgroup.hxx
parentThis method is still used on WIN32. (diff)
downloadcore-e1bb54d77d5ca9bc631af6d74a2d7abaf422e802.tar.gz
core-e1bb54d77d5ca9bc631af6d74a2d7abaf422e802.zip
String to rtl::OUString.
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r--sc/inc/dpgroup.hxx4
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);