diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-05-19 19:48:11 -0500 |
commit | d02c15979b90fe356ee814acd77c4f21edeb2b0f (patch) | |
tree | 83ea4bb6060e69ac0236e728b64fcc98da461f17 /starmath | |
parent | 2a886adb500fe481e1ea61573551b19e99c55b8b (diff) |
Update Apache Bugzilla’s URL
Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/parse.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/source/parse.cxx b/starmath/source/parse.cxx index fd7bd31e0760..cde1214f2072 100644 --- a/starmath/source/parse.cxx +++ b/starmath/source/parse.cxx @@ -401,7 +401,7 @@ void SmParser::NextToken() // Try to parse a number. This should be independent from the locale // setting, so temporarily set the language to English. - // See https://issues.apache.org/ooo/show_bug.cgi?id=45779 + // See https://bz.apache.org/ooo/show_bug.cgi?id=45779 LanguageTag aOldLoc(aCC.getLanguageTag()); aCC.setLanguageTag(LanguageTag(m_aDotLoc)); aRes = aCC.parsePredefinedToken(KParseType::ASC_NUMBER, @@ -1409,8 +1409,8 @@ void SmParser::Term(bool bGroupNumberIdent) // although e.g. LaTeX or AsciiMath interpret that as "x_2 n". // The tokenizer skips whitespaces so we need some additional // work to distinguish from "x_2 n". - // See https://issues.apache.org/ooo/show_bug.cgi?id=11752 and - // https://www.libreoffice.org/bugzilla/show_bug.cgi?id=55853 + // See https://bz.apache.org/ooo/show_bug.cgi?id=11752 and + // https://bugs.libreoffice.org/show_bug.cgi?id=55853 sal_Int32 nBufLen = m_aBufferString.getLength(); CharClass aCC(SM_MOD()->GetSysLocale().GetLanguageTag()); sal_Int32 nTokens = 1; |