summaryrefslogtreecommitdiff
path: root/sc/inc/afmtuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/afmtuno.hxx')
-rw-r--r--sc/inc/afmtuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/afmtuno.hxx b/sc/inc/afmtuno.hxx
index fca864ecf136..f3d9ba2a3d20 100644
--- a/sc/inc/afmtuno.hxx
+++ b/sc/inc/afmtuno.hxx
@@ -46,7 +46,7 @@ class ScAutoFormatsObj final : public ::cppu::WeakImplHelper<
{
private:
static ScAutoFormatObj* GetObjectByIndex_Impl(sal_uInt16 nIndex);
- static ScAutoFormatObj* GetObjectByName_Impl(const OUString& aName);
+ static ScAutoFormatObj* GetObjectByName_Impl(std::u16string_view aName);
public:
ScAutoFormatsObj();