From 5eb6f2d08d133a042a5dbd450bdb206f39399ce4 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 18:32:30 +0200 Subject: Fix typos Change-Id: Ic431ef6c3555f02fbc204a5b0af5f9bfe62f4a30 Reviewed-on: https://gerrit.libreoffice.org/77286 Tested-by: Jenkins Reviewed-by: Julien Nabet --- shell/source/tools/lngconvex/lngconvex.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx index 452e88e29147..819f08852575 100644 --- a/shell/source/tools/lngconvex/lngconvex.cxx +++ b/shell/source/tools/lngconvex/lngconvex.cxx @@ -169,7 +169,7 @@ private: OString maBcp47; }; -/** Convert a OUString to the MS resource +/** Convert an OUString to the MS resource file format string e.g. OUString -> L"\x1A00\x2200\x3400" */ std::string make_winrc_unicode_string(const OUString& str) -- cgit