# # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # $(eval $(call gb_Jar_Jar,XMergeBridge)) $(eval $(call gb_Jar_set_componentfile,XMergeBridge,xmerge/source/bridge/XMergeBridge,OOO)) $(eval $(call gb_Jar_set_manifest,XMergeBridge,$(SRCDIR)/xmerge/source/bridge/manifest.mf)) $(eval $(call gb_Jar_set_packageroot,XMergeBridge,*.class)) $(eval $(call gb_Jar_use_jars,XMergeBridge,\ xmerge \ libreoffice \ )) $(eval $(call gb_Jar_add_sourcefiles,XMergeBridge,\ xmerge/source/bridge/java/XMergeBridge \ )) 5faeaea70a5910b612be6446ebf'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/inc/ChartModelHelper.hxx
AgeCommit message (Expand)Author
2018-06-25tdf#42949 Fix IWYU warnings in chart2/source/inc/[A-C]*Gabor Kelemen
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-05-03remove empty commentsNoel Grandin
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist