diff options
author | Noel Grandin <noel@peralex.com> | 2013-10-11 13:31:09 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-10-15 12:25:41 +0200 |
commit | 14204eae79c0d6b7a884ea9aa73d53d2a80faf7c (patch) | |
tree | 15965dee429c224b546b67e920b4e1115eb8eee5 /sw/inc/IDocumentFieldsAccess.hxx | |
parent | dfb1195ac4d8acf9d5ba42b796feb898daa7c3f7 (diff) |
convert sw/inc/IDocumentFieldsAccess.hxx from String to OUString
Change-Id: I9b408ce07cb8763870a1480d3a0615b6162be2c1
Diffstat (limited to 'sw/inc/IDocumentFieldsAccess.hxx')
-rw-r--r-- | sw/inc/IDocumentFieldsAccess.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |