# -*- 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,xrmex)) $(eval $(call gb_Executable_set_include,xrmex,\ -I$(SRCDIR)/l10ntools/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,xrmex,\ sal \ )) $(eval $(call gb_Executable_add_scanners,xrmex,\ l10ntools/source/xrmlex \ )) $(eval $(call gb_Executable_use_static_libraries,xrmex,\ transex \ )) $(eval $(call gb_Executable_add_exception_objects,xrmex,\ l10ntools/source/xrmmerge \ )) $(eval $(call gb_Executable_use_externals,xrmex,\ boost_headers \ libxml2 \ icuuc \ icui18n \ icu_headers \ )) # vim:set noet sw=4 ts=4: mail.com> cppcheck:variableScope 2015-10-15T06:49:23+00:00 Noel Grandin noelgrandin@gmail.com 2015-10-14T00:51:05+00:00 b4b7703e4335460cf48bfd6440f116359994c8ff Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884 Reviewed-on: https://gerrit.libreoffice.org/19364 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884
Reviewed-on: https://gerrit.libreoffice.org/19364
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
unotools: tdf#88206 replace cppu::WeakImplHelper* 2015-09-09T08:13:28+00:00 Takeshi Abe tabe@fixedpoint.jp 2015-09-09T03:51:01+00:00 a9c83ee37561e0dbf5f1ad57a4de7c179785c45b with the variadic variants. Change-Id: I43d586da78976c33557e66ced9782ac7adb8dc77 Reviewed-on: https://gerrit.libreoffice.org/18428 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
with the variadic variants.

Change-Id: I43d586da78976c33557e66ced9782ac7adb8dc77
Reviewed-on: https://gerrit.libreoffice.org/18428
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>