[Libreoffice-commits] core.git: sal/textenc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Aug 19 17:05:51 UTC 2018


 sal/textenc/convertsimple.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c3554e77056b6c950fe946c7c53dd93838e17c9a
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 13 17:12:53 2018 +0200
Commit:     Regina Henschel <rb.henschel at t-online.de>
CommitDate: Sun Aug 19 19:05:30 2018 +0200

    Fix typos
    
    Change-Id: Ib717870185bdf4ac43af8fcd3a7233b051e23d30
    Reviewed-on: https://gerrit.libreoffice.org/58888
    Tested-by: Jenkins
    Reviewed-by: Regina Henschel <rb.henschel at t-online.de>

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 */


More information about the Libreoffice-commits mailing list