From f840d3c9399cd257c8cfb757bd7666fe2e827773 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 6 May 2024 15:16:04 +0200 Subject: loplugin:ostr in canvas Change-Id: I6fe0ed24a42394936975e763aba9dc3625a373ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167205 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/canvas/canvastools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/canvas') diff --git a/include/canvas/canvastools.hxx b/include/canvas/canvastools.hxx index 0f3b6e81ea7f..8d0c4ed7e0e3 100644 --- a/include/canvas/canvastools.hxx +++ b/include/canvas/canvastools.hxx @@ -377,7 +377,7 @@ namespace canvas SAL_WARN("canvas", "numeric_cast detected data loss"); #endif throw css::uno::RuntimeException( - "numeric_cast detected data loss", + u"numeric_cast detected data loss"_ustr, nullptr ); } -- cgit