summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpshttab.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/dpshttab.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/dpshttab.hxx')
-rw-r--r--sc/inc/dpshttab.hxx2
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);