From d02c15979b90fe356ee814acd77c4f21edeb2b0f Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Tue, 19 May 2015 19:48:11 -0500 Subject: Update Apache Bugzilla’s URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f --- starmath/source/parse.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'starmath/source') 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; -- cgit v1.2.3