# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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_Executable_Executable,unopkg_bin)) $(eval $(call gb_Executable_set_targettype_gui,unopkg_bin,YES)) $(eval $(call gb_Executable_set_include,unopkg_bin,\ $$(INCLUDE) \ -I$(SRCDIR)/desktop/source/inc \ )) $(eval $(call gb_Executable_use_libraries,unopkg_bin,\ comphelper \ sal \ tl \ unopkgapp \ )) $(eval $(call gb_Executable_add_cobjects,unopkg_bin,\ desktop/source/pkgchk/unopkg/unopkg_main \ )) # vim: set ts=4 sw=4 et: 80'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/recfloat.cxx
AgeCommit message (Expand)Author
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-06WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2013-11-11sfx2: include <> for external includesNorbert Thiebaud