summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/htmlimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/htmlimp.hxx')
-rw-r--r--sc/source/filter/inc/htmlimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/htmlimp.hxx b/sc/source/filter/inc/htmlimp.hxx
index 46dfcc1fc6cd..76acc44718b0 100644
--- a/sc/source/filter/inc/htmlimp.hxx
+++ b/sc/source/filter/inc/htmlimp.hxx
@@ -32,7 +32,7 @@ public:
virtual void WriteToDocument( bool bSizeColsRows = false, double nOutputFactor = 1.0,
SvNumberFormatter* pFormatter = nullptr, bool bConvertDate = true ) override;
- static OUString GetHTMLRangeNameList( const ScDocument& rDoc, const OUString& rOrigName );
+ static OUString GetHTMLRangeNameList( const ScDocument& rDoc, std::u16string_view rOrigName );
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */