# -*- 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,libtest)) $(eval $(call gb_Executable_set_include,libtest,\ $$(INCLUDE) \ )) $(eval $(call gb_Executable_use_libraries,libtest,\ $(gb_UWINAPI) \ )) $(eval $(call gb_Executable_add_libs,libtest,\ -ldl \ -pthread \ )) $(eval $(call gb_Executable_add_exception_objects,libtest,\ smoketest/libtest \ )) liblibreoffice_OWN_LD_PATH_DIR := $(INSTROOT)/program/libolib liblibreoffice_OWN_LD_SO := $(liblibreoffice_OWN_LD_PATH_DIR)/$(call gb_Library__get_workdir_linktargetname,libreoffice) $(liblibreoffice_OWN_LD_SO) : $(call gb_Library_get_target,libreoffice) mkdir -p $(liblibreoffice_OWN_LD_PATH_DIR)/Library cp -a $(call gb_Library_get_target,libreoffice) $(liblibreoffice_OWN_LD_SO) run_libtest: $(liblibreoffice_OWN_LD_SO) $(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(liblibreoffice_OWN_LD_PATH_DIR)/Library" \ $(WORKDIR)/LinkTarget/Executable/libtest \ $(INSTROOT)/program $(WORKDIR)/Zip/smoketestdoc.sxw \ # vim: set noet sw=4 ts=4: e-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/bitset.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:47:47 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-09-14 19:48:58 +0200
commit106cd072747a48ba064d8522cc15f581abffab51 (patch)
tree680854bb5b3af38476cd24bdc9f3cff2a318207f /sfx2/source/bastyp/bitset.cxx
parent80fc0074689d657fbbf479da534f782bb9cc3cca (diff)
desktop lok: avoid unnecessary setPart() in paintPartTile() cp-5.1-6
If possible, switch views, not parts, that way started Impress text edits don't end as a side-effect. Change-Id: I3f18d4dda6bc24235bf1219416f153248a867fa4 (cherry picked from commit bee4ff508a456a1552aacdf6fc838b8b7cffb9ec)