summaryrefslogtreecommitdiff
path: root/include/sfx2/templatelocalview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/templatelocalview.hxx')
-rw-r--r--include/sfx2/templatelocalview.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sfx2/templatelocalview.hxx b/include/sfx2/templatelocalview.hxx
index 1ed2ee1a4e61..99ccbab5ecc1 100644
--- a/include/sfx2/templatelocalview.hxx
+++ b/include/sfx2/templatelocalview.hxx
@@ -86,17 +86,17 @@ public:
void showRegion (TemplateContainerItem const *pItem);
- void showRegion (const OUString &rName);
+ void showRegion (std::u16string_view rName);
void createContextMenu(const bool bIsDefault );
void ContextMenuSelectHdl(const OString& rIdent);
- TemplateContainerItem* getRegion(OUString const & sStr);
+ TemplateContainerItem* getRegion(std::u16string_view sStr);
sal_uInt16 getRegionId (size_t pos) const;
- sal_uInt16 getRegionId (OUString const & sRegionName) const;
+ sal_uInt16 getRegionId (std::u16string_view sRegionName) const;
OUString getRegionName(const sal_uInt16 nRegionId) const;
@@ -109,7 +109,7 @@ public:
sal_uInt16 createRegion (const OUString &rName);
- bool renameRegion(const OUString &rTitle, const OUString &rNewTitle);
+ bool renameRegion(std::u16string_view rTitle, const OUString &rNewTitle);
bool removeRegion (const sal_uInt16 nItemId);