summaryrefslogtreecommitdiff
path: root/include/canvas
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-05-06 15:16:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-05-06 21:31:14 +0200
commitf840d3c9399cd257c8cfb757bd7666fe2e827773 (patch)
tree40e25b9c0b94bbcef776a87ec135c28a82e31071 /include/canvas
parent42e38e671cd2866e876dcf4bfa5e01741a7104e9 (diff)
loplugin:ostr in canvas
Change-Id: I6fe0ed24a42394936975e763aba9dc3625a373ce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167205 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/canvas')
-rw-r--r--include/canvas/canvastools.hxx2
1 files changed, 1 insertions, 1 deletions
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 );
}