# # 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # # target STORE_TARGET=store # the major STORE_MAJOR=2 # the minor STORE_MINOR=0 # the micro STORE_MICRO=0 # this is a c++ compatible library STORE_CPP=0 ffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-11-07 19:54:13 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2024-11-07 20:05:18 +0100
commit01eee30935c809d80ab7f9fd7f0265afe2d10dae (patch)
treecfb3ae4aad340212b50e9d192ba3e6bd536d136d
parent6280947dcc69b153f0ac72dad9d13cfa677d75f7 (diff)
update translations for 24.8.3 rc2 libreoffice-24-8-3
and force-fix errors using pocheck Change-Id: I3dd41ee0d20a3ef96ab8c2001e7a9f7afb956396 (cherry picked from commit 98e9d50ec53ff2fee91104c9505a7790f029b78a)
Diffstat
rklines
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/qa
AgeCommit message (Collapse)Author
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
(a) It is not obvious what DeviceFormat::DEFAULT means (b) There are two parameters (each with two states), but only really 2 possible overall states So (1) use more useful names (2) combine the two parameters into one enum Change-Id: Ic0595b39e032cc9e019b88326389d055b977da00 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146589 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>