--- misc/hunspell-1.3.2/src/hunspell/affentry.hxx 2010-04-15 13:22:08.000000000 +0200 +++ misc/build/hunspell-1.3.2/src/hunspell/affentry.hxx 2012-08-13 12:08:48.568996730 +0200 @@ -27,7 +27,7 @@ struct hentry * checkword(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); - struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); char * check_morph(const char * word, int len, char in_compound, const FLAG needflag = FLAG_NULL); @@ -90,7 +90,7 @@ // const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, char in_compound=IN_CPD_NOT); const FLAG cclass = FLAG_NULL, const FLAG needflag = FLAG_NULL, const FLAG badflag = 0); - struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = NULL); + struct hentry * check_twosfx(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); char * check_twosfx_morph(const char * word, int len, int optflags, PfxEntry* ppfx, const FLAG needflag = FLAG_NULL); -2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xpdf
a6b200e80a5482cc86e00662a0b&showmsg=1'>Expand)
AgeCommit message (Expand)Author
Author
2012-07-18update license documentsAndras Timar
2012-06-02fix a typo in meta.xml (Title field)Andras Timar
2012-03-18update of license documentAndras Timar
2012-02-20updated LibreOffice contributors' credits (2012-02-02)Andras Timar
2012-01-26updated License documentAndras Timar
2011-12-06remove NSIS supportAndras Timar
2011-05-24fdo#37001 - updated license informationAndras Timar
2011-03-29drop bogus executable flag from odf filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-01-07Update CREDITS.odtSebastian Spaeth
2011-01-06remove english license pre-amble; fixing bug 32563Michael Meeks
2010-12-13Simplify, remove lang suffix, remove html and rtf licenses, to use odt.Michael Meeks
2010-12-03Remove mis-placed splashscreen img from CREDITS fileThorsten Behrens
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
2010-11-15Adding LibreOffice credits as an odt documentThorsten Behrens
2010-10-13fdo#30840: Fixed zoom level on the license documentCédric Bosdonnat
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba