From 37298c29e775c0715c779e7d2be3902290556d17 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 18 Oct 2023 20:52:41 +0200 Subject: Use std::u16string_view instead of OUStringLiteral Change-Id: I0a0a7badb25eea99632f734aa52231a9f3df67e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158137 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sd/source/ui/sidebar/LayoutMenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui') diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx index fd6bc32c58bf..bf3ff1257e99 100644 --- a/sd/source/ui/sidebar/LayoutMenu.cxx +++ b/sd/source/ui/sidebar/LayoutMenu.cxx @@ -82,7 +82,7 @@ struct snew_slide_value_info } -constexpr OUStringLiteral EMPTY = u""; +constexpr std::u16string_view EMPTY = u""; constexpr snew_slide_value_info notes[] = { -- cgit