# -*- 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_AllLangZip_AllLangZip,accessoriessamplesdocumentation,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples/documentation/lang)) $(eval $(call gb_AllLangZip_add_dependencies,accessoriessamplesdocumentation,\ $(call gb_UnpackedTarball_get_target,samples-pack) \ )) $(eval $(call gb_AllLangZip_add_files,accessoriessamplesdocumentation,\ cs/dummy_samples.txt \ de/dummy_samples.txt \ en-US/Connect_to_Postgres.odt \ en-US/ooo2.odt \ es/dummy_samples.txt \ fi/dummy_samples.txt \ fr/dummy_samples.txt \ hu/ooo2.odt \ it/dummy_samples.txt \ ja/dummy_samples.txt \ ka/dummy_samples.txt \ nl/dummy_samples.txt \ pl/dummy_samples.txt \ pt-BR/dummy_samples.txt \ sv/dummy_samples.txt \ tr/dummy_samples.txt \ zh-CN/dummy_samples.txt \ )) # vim: set noet sw=4 ts=4: value='distro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/OLE/activex/SOActiveX.cxx
AgeCommit message (Collapse)Author
2023-09-09Rename .cpp examples to .cxxHossein
The files are renamed, and the associated lines in Makefiles and elsewhere are also changed. Change-Id: Ieec38055690e03afd8982320ee0836904a3f41eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156670 Tested-by: Jenkins Reviewed-by: Hossein <hossein@libreoffice.org>