summaryrefslogtreecommitdiffstats
path: root/sc/inc/dptabdat.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/dptabdat.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/dptabdat.hxx')
-rw-r--r--sc/inc/dptabdat.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 31d32fe25706..e64f3fc8d0f8 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -135,7 +135,7 @@ public:
virtual long GetColumnCount() = 0;
virtual const std::vector< SCROW >& GetColumnEntries( long nColumn ) ;
- virtual String getDimensionName(long nColumn) = 0;
+ virtual rtl::OUString getDimensionName(long nColumn) = 0;
virtual sal_Bool getIsDataLayoutDimension(long nColumn) = 0;
virtual sal_Bool IsDateDimension(long nDim) = 0;
virtual sal_uLong GetNumberFormat(long nDim);