diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-13 17:12:53 +0200 |
---|---|---|
committer | Regina Henschel <rb.henschel@t-online.de> | 2018-08-19 19:05:30 +0200 |
commit | c3554e77056b6c950fe946c7c53dd93838e17c9a (patch) | |
tree | 126568d596c9ba6b7f29cbf023841925a3fdb77d /sal | |
parent | b5f483cb907e3fe43bfa03c147dfb82ec645e668 (diff) |
Fix typos
Change-Id: Ib717870185bdf4ac43af8fcd3a7233b051e23d30
Reviewed-on: https://gerrit.libreoffice.org/58888
Tested-by: Jenkins
Reviewed-by: Regina Henschel <rb.henschel@t-online.de>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/textenc/convertsimple.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/textenc/convertsimple.cxx b/sal/textenc/convertsimple.cxx index e621cdda504a..635a881432fd 100644 --- a/sal/textenc/convertsimple.cxx +++ b/sal/textenc/convertsimple.cxx @@ -372,8 +372,8 @@ static ImplReplaceCharStrData const aImplRepCharStrTab[] = { 0x0153, { 0x006F, 0x0065, 0x0000, 0x0000, 0x0000 } }, /* LATIN SMALL LIGATURE OE */ { 0x2025, { 0x002E, 0x002E, 0x0000, 0x0000, 0x0000 } }, /* TWO DOT LEADER */ { 0x2026, { 0x002E, 0x002E, 0x002E, 0x0000, 0x0000 } }, /* HORIZONTAL ELLIPSES */ - { 0x2034, { 0x0027, 0x0027, 0x0027, 0x0000, 0x0000 } }, /* TRIPPLE PRIME */ - { 0x2037, { 0x0027, 0x0027, 0x0027, 0x0000, 0x0000 } }, /* RESERVED TRIPPLE PRIME */ + { 0x2034, { 0x0027, 0x0027, 0x0027, 0x0000, 0x0000 } }, /* TRIPLE PRIME */ + { 0x2037, { 0x0027, 0x0027, 0x0027, 0x0000, 0x0000 } }, /* REVERSED TRIPLE PRIME */ { 0x20AC, { 0x0045, 0x0055, 0x0052, 0x0000, 0x0000 } }, /* EURO SIGN */ { 0x2122, { 0x0028, 0x0074, 0x006D, 0x0029, 0x0000 } }, /* TRADE MARK SIGN */ { 0x2153, { 0x0031, 0x002F, 0x0033, 0x0000, 0x0000 } }, /* VULGAR FRACTION ONE THIRD */ |