summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/sdtreelb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/sdtreelb.hxx')
-rw-r--r--sd/source/ui/inc/sdtreelb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/sdtreelb.hxx b/sd/source/ui/inc/sdtreelb.hxx
index 888fbfcf3b9c..328cc0f23b47 100644
--- a/sd/source/ui/inc/sdtreelb.hxx
+++ b/sd/source/ui/inc/sdtreelb.hxx
@@ -206,8 +206,8 @@ public:
m_aRowActivatedHdl = rLink;
}
- bool HasSelectedChildren(const OUString& rName);
- bool SelectEntry(const OUString& rName);
+ bool HasSelectedChildren(std::u16string_view rName);
+ bool SelectEntry(std::u16string_view rName);
OUString get_selected_text() const
{
@@ -266,7 +266,7 @@ public:
bool IsEqualToDoc(const SdDrawDocument* pInDoc);
/// Visits rList recursively and tries to advance rEntry accordingly.
bool IsEqualToShapeList(std::unique_ptr<weld::TreeIter>& rEntry, const SdrObjList& rList,
- const OUString& rListName);
+ std::u16string_view rListName);
static bool IsInDrag();