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/dpshttab.hxx | |
parent | bc99c90e88ba9f5376ffde9bd4b4b2fa99d6ddf3 (diff) |
String to rtl::OUString.
Diffstat (limited to 'sc/inc/dpshttab.hxx')
-rw-r--r-- | sc/inc/dpshttab.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpshttab.hxx b/sc/inc/dpshttab.hxx index 7264f0cdbdc3..9df0d72e8f09 100644 --- a/sc/inc/dpshttab.hxx +++ b/sc/inc/dpshttab.hxx @@ -113,7 +113,7 @@ public: virtual ~ScSheetDPData(); virtual long GetColumnCount(); - 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); |