diff options
Diffstat (limited to 'fpicker/source/office/fileview.cxx')
-rw-r--r-- | fpicker/source/office/fileview.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx index be49c1ba37c6..548b49c3cd1d 100644 --- a/fpicker/source/office/fileview.cxx +++ b/fpicker/source/office/fileview.cxx @@ -227,7 +227,7 @@ public: DECL_LINK(EditedEntryHdl, const IterString&, bool); DECL_LINK(KeyInputHdl, const KeyEvent&, bool); - void ExecuteContextMenuAction(const OString& rSelectedPopentry); + void ExecuteContextMenuAction(std::string_view rSelectedPopentry); }; } @@ -576,7 +576,7 @@ IMPL_LINK(ViewTabListBox_Impl, CommandHdl, const CommandEvent&, rCEvt, bool) return true; } -void ViewTabListBox_Impl::ExecuteContextMenuAction(const OString& rSelectedPopupEntry) +void ViewTabListBox_Impl::ExecuteContextMenuAction(std::string_view rSelectedPopupEntry) { if (rSelectedPopupEntry == "delete") DeleteEntries(); |