# -*- 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/. # # 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 . # $(eval $(call gb_JunitTest_JunitTest,sot_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,sot_complex,\ sot/qa/complex/olesimplestorage/OLESimpleStorageTest \ sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest \ sot/qa/complex/olesimplestorage/Test01 \ sot/qa/complex/olesimplestorage/TestHelper \ )) $(eval $(call gb_JunitTest_use_unoapi_jars,sot_complex)) $(eval $(call gb_JunitTest_add_classes,sot_complex,\ complex.olesimplestorage.OLESimpleStorageUnitTest \ )) # vim: set noet sw=4 ts=4: ib/libreoffice-5-2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorgaljit <qmebic1975@gmail.com>2022-09-09 12:45:26 +0300
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2022-09-26 17:04:42 +0200
commit298588598af246250a89baa492fade686c8df270 (patch)
treea8cde0c4b467178dfbe6cd4091680830bea10b90 /sysui
parentb98c6e213fa8cbae54c63ce30e7c07cca73b8860 (diff)
Related tdf#132398 - Remove Hicolor Assets for Future Revamping
- Removed all 32x/64x/128x/256x/512x/1024x svgs as their corresponding pngs can be created by using the svgs found in scalables directory - Removed 22x22 assets as they were used only within KDE apps but KDE has its own LibreOffice 22x22 icons anyway - Moved extensions.svg as it was probably misplaced - Removed math.png that was not meant to be in a mimetypes directory - Renamed 1024x1024 to 512x512@2x (for HiDPI) directory as 1024x1024 is not a standard hicolor directory Change-Id: I6fe333abb5de6d403e43fc4aa5c7c2a1326c4250 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139715 Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sysui')