summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 18:32:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:40:36 +0200
commit5eb6f2d08d133a042a5dbd450bdb206f39399ce4 (patch)
tree374da2a2a0492a010c49303b6aa0837b15249d60 /shell
parentef67f74b791abec6d36c573d1eaf5fbfc1f83c46 (diff)
Fix typos
Change-Id: Ic431ef6c3555f02fbc204a5b0af5f9bfe62f4a30 Reviewed-on: https://gerrit.libreoffice.org/77286 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx2
1 files changed, 1 insertions, 1 deletions
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)