# -*- 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,python)) $(eval $(call gb_Executable_use_static_libraries,python,\ ooopathutils \ )) $(eval $(call gb_Executable_add_exception_objects,python,\ pyuno/zipcore/python \ )) $(eval $(call gb_Executable_add_default_nativeres,python)) # vim:set noet sw=4 ts=4:
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/wordcompletionpage.ui
AgeCommit message (Expand)Author
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2015-11-09Resolves: tdf#92311 raise auto correct entry limit to unsigned short maxCaolán McNamara
2014-11-03HIG fixes for the rest of cui (and a bit of sw)Adolfo Jayme Barrientos
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet
2014-04-03wrong ellipsizeCaolán McNamara
2014-03-03convert word completion page to .ui formatCaolán McNamara