/* * Include this file to ensure that this code is not * compiled into the MPL subset. */ #ifndef CONFIG_LGPL_H #define CONFIG_LGPL_H #include #if MPL_HAVE_SUBSET # error "Attempting to compile LGPL code into MPL subset" #endif #endif ref='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/sax/qa
AgeCommit message (Expand)Author
2012-06-29another unit test issueMichael Meeks
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-04-20fdo#48969: add unit test for Converter::convertDoubleMichael Stahl
2012-02-29sax: ConverterTest: add leap year testsMichael Stahl
2011-12-01we are W3C XMLSchema here, not ISO 8601Eike Rathke
2011-11-30handle dates with year < 1000Eike Rathke