diff options
Diffstat (limited to 'sw/inc/cellfml.hxx')
-rw-r--r-- | sw/inc/cellfml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx index c7cb40e09694..1e3c2c506b11 100644 --- a/sw/inc/cellfml.hxx +++ b/sw/inc/cellfml.hxx @@ -84,7 +84,7 @@ typedef void (SwTableFormula::*FnScanFormula)( const SwTable&, OUStringBuffer&, OUString ScanString( FnScanFormula fnFormula, const SwTable& rTable, void*) const; - static const SwTable* FindTable( SwDoc& rDoc, const OUString& rNm ); + static const SwTable* FindTable( SwDoc& rDoc, std::u16string_view rNm ); protected: enum NameType { EXTRNL_NAME, INTRNL_NAME, REL_NAME }; |