# -*- 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_Package_Package,sd_xml,$(SRCDIR)/sd/xml)) $(eval $(call gb_Package_add_files,sd_xml,$(LIBO_SHARE_FOLDER)/config/soffice.cfg/simpress,\ effects.xml \ transitions.xml \ layoutlist.xml \ objectlist.xml \ )) # vim: set noet sw=4 ts=4: main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/officecfg/CppunitTest_officecfg_cppheader_test.mk
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-10-17 17:00:10 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2016-10-18 19:14:57 +0000
commit55bcb865ee09673af06652e507d08d13069eae86 (patch)
treeac461d76191bbc94777726b1a51fd73787b7f39a /officecfg/CppunitTest_officecfg_cppheader_test.mk
parent5cfbab03f914946bf9e5813eae707328fda438f9 (diff)
ucb: fix handling of >>= with rhs Any
>>= for rhs Any is always true, check result with hasValue() instead. bool convert<uno::Any>(...) always returns false and assigns the 3rd parameter to the 4th. do the assign directly and check result with hasValue(). Change-Id: I0ae985cc0837abf1108930d593edae69de2ae549 Reviewed-on: https://gerrit.libreoffice.org/29977 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>