summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-05-28 15:16:04 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-05-28 15:16:04 -0400
commit3e3b5dc8e902a2c1bd3ab122e9a2f32cf70cb271 (patch)
treefe729521e07b172cec68539d771f1742bca5c729 /formula
parent5a9d7a54e97c701c117b72c33ec9dc29ec73fc27 (diff)
String to rtl::OUString.
Diffstat (limited to 'formula')
-rw-r--r--formula/inc/formula/ExternalReferenceHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/formula/inc/formula/ExternalReferenceHelper.hxx b/formula/inc/formula/ExternalReferenceHelper.hxx
index 206dbc7685ea..f0f946a8e954 100644
--- a/formula/inc/formula/ExternalReferenceHelper.hxx
+++ b/formula/inc/formula/ExternalReferenceHelper.hxx
@@ -37,7 +37,7 @@ namespace formula
class FORMULA_DLLPUBLIC SAL_NO_VTABLE ExternalReferenceHelper
{
public:
- virtual String getCacheTableName(sal_uInt16 nFileId, size_t nTabIndex) const = 0;
+ virtual ::rtl::OUString getCacheTableName(sal_uInt16 nFileId, size_t nTabIndex) const = 0;
};
// =============================================================================
} // formula