From 14204eae79c0d6b7a884ea9aa73d53d2a80faf7c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Oct 2013 13:31:09 +0200 Subject: convert sw/inc/IDocumentFieldsAccess.hxx from String to OUString Change-Id: I9b408ce07cb8763870a1480d3a0615b6162be2c1 --- sw/inc/IDocumentFieldsAccess.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc/IDocumentFieldsAccess.hxx') diff --git a/sw/inc/IDocumentFieldsAccess.hxx b/sw/inc/IDocumentFieldsAccess.hxx index 709abcf25adb..ff92fba7c725 100644 --- a/sw/inc/IDocumentFieldsAccess.hxx +++ b/sw/inc/IDocumentFieldsAccess.hxx @@ -50,7 +50,7 @@ namespace com { namespace sun { namespace star { namespace uno { class Any; } } virtual SwFieldType *GetSysFldType( const sal_uInt16 eWhich ) const = 0; - virtual SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName, bool bDbFieldMatching) const = 0; + virtual SwFieldType* GetFldType(sal_uInt16 nResId, const OUString& rName, bool bDbFieldMatching) const = 0; virtual void RemoveFldType(sal_uInt16 nFld) = 0; -- cgit