--- assumeFilename: sccomp/source/solver/SolverComponent.cxx excludelist: sccomp/source/solver/SolverComponent.hxx: # Base class needs full type - com/sun/star/sheet/XSolver.hpp - com/sun/star/sheet/XSolverDescription.hpp - com/sun/star/lang/XServiceInfo.hpp sccomp/source/solver/SolverComponent.cxx: # Actually used - com/sun/star/sheet/XSpreadsheetDocument.hpp ef='/cgit/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/liblangtag/clang-cl.patch.0
ntities in the relevant namespaces (even if that is something we do not want 3rd-party code to do anyway). However, some JunitTest_jurt_* define classes in those sealed packages. In the past they got away with that by using gb_JunitTest_use_jar_classset,*,jurt. Instead they now need to gb_JunitTest_use_jar_classset,*,ridl and drop the gb_JunitTest_use_jar,*,ridl. But the former only makes available the classes that are specified in ridljar/Jar_ridl.mk with gb_Jar_add_sourcefiles, not the UNOIDL entities specified via gb_Jar_add_packagedirs. But the tests need the udkapi UNOIDL entities, so introduce gb_JunitTest_add_classpath to let the tests get them explicitly. (Curiously, JunitTest_jurt_uno and JnitTest_jurt_util use gb_JunitTest_use_jar_classset,*,jurt but don't seem to acutally need it; lets leave that for a follow-up clean up.) As a follow-up clean up, relevant files could be moved from jurt/ to ridljar/. Change-Id: I836f4e7bb47fb41f1306e3f223da90dba988eb9a Co-authored-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/84946 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
AgeCommit message (Expand)Author
2016-11-17chmod -xTor Lillqvist
2016-09-27Adapt external/liblangtag/clang-cl.patch.0 to liblangtag 0.6.1Stephan Bergmann
2016-09-23upload liblangtag 0.6.1David Tardon
2016-03-04external/liblangtag: -Werror,-Wundef (__GNUC__ vs. clang-cl)Stephan Bergmann