diff options
Diffstat (limited to 'include/svx/nbdtmg.hxx')
-rw-r--r-- | include/svx/nbdtmg.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/nbdtmg.hxx b/include/svx/nbdtmg.hxx index 8b89c82549b4..7892a085ff5e 100644 --- a/include/svx/nbdtmg.hxx +++ b/include/svx/nbdtmg.hxx @@ -140,8 +140,8 @@ class SVX_DLLPUBLIC NBOTypeMgrBase const OUString& GetNumCharFmtName() const { return aNumCharFmtName;} MapUnit GetMapUnit() const { return eCoreUnit;} protected: - void ImplLoad(const OUString& filename); - void ImplStore(const OUString& filename); + void ImplLoad(std::u16string_view filename); + void ImplStore(std::u16string_view filename); }; |