/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ // Helper to suppress warnings in lex generated c code, see #i57362# #include "xrm_yy.c" void (*avoid_unused_yyunput_in_xrm_yy_c)() = yyunput; int (*avoid_unused_yy_flex_strlen_in_xrm_yy_c)() = yy_flex_strlen; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/icon-themes
diff options
context:
space:
mode:
authorRizal Muttaqin <riz_17_oke@yahoo.co.id>2021-10-04 11:37:38 +0700
committerRizal Muttaqin <rizmut@libreoffice.org>2021-10-04 10:25:04 +0200
commitaf291666b3316aba2b35d3b8358f4cd42c553587 (patch)
tree295ccae3d334ae8d3ea41b2882293c5a762739a4 /icon-themes
parent84096998c181c8762fccc98f0faaf48fcf12ef97 (diff)
Breeze: tdf#144637 update & fix table cell border
Change-Id: I84c5ff88298794b3ccbb883af1664fa93fcc9532 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123034 Tested-by: Jenkins Reviewed-by: Rizal Muttaqin <rizmut@libreoffice.org>