[Libreoffice-commits] .: formula/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Sat May 28 13:22:43 PDT 2011
formula/inc/formula/ExternalReferenceHelper.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 130d9a9a413636df129a477b3d4cc0698ccaacce
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Sat May 28 15:16:04 2011 -0400
String to rtl::OUString.
diff --git a/formula/inc/formula/ExternalReferenceHelper.hxx b/formula/inc/formula/ExternalReferenceHelper.hxx
index 20cf256..3338f68 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
More information about the Libreoffice-commits
mailing list