/* -*- 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 . */ #ifndef INCLUDED_VCL_STDTEXT_HXX #define INCLUDED_VCL_STDTEXT_HXX #include #include namespace vcl { class Window; } void VCL_DLLPUBLIC ShowServiceNotAvailableError(vcl::Window* pParent, const OUString& rServiceName, bool bError); #endif // INCLUDED_VCL_STDTEXT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-21related tdf#154946: check syntax in git pre-commit hookXisco Fauli
2023-03-22git-hooks: better handling in './g -z' with win-linksJuergen Funk
2023-03-08Restore .git-hooks/commit-msgStephan Bergmann
2023-03-07Update Sifr Mimetype IconsGaldam
2023-03-01git-hooks: overwrite the windows-links not with linux-linksJuergen Funk
2022-12-27git pre-commit hook: check .mm filesXisco Fauli
2022-12-20git pre-commit hook: check .bas and .vb files as wellXisco Fauli
2022-11-11.git-hook: Emit some warning about clang-format and renamed filesStephan Bergmann
2022-09-08replace egrep/fgrep calls with grep -E/grep -FRene Engelhard
2021-04-28git pre-commit hook: fix typoXisco Fauli
2021-04-27Check UI interface domains in the git pre-commit hookXisco Fauli
2021-01-15replace stock button imagesCaolán McNamara
2021-01-15remove newly unused use-stock supportCaolán McNamara
2021-01-14drop newly added deprecated GtkAlignment instanceCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-10-09tdf#134286: fix pre-commit hook to make hooks.allownonascii workShiro Kawai
2020-09-09git pre-commit hook: check OOXMLIMPORT and OOXMLEXPORT...Xisco Fauli
2020-09-07Info git-hook for GIT for WindowsJuergen Funk
2020-08-12git pre-commit hook: check min gtk3 versionXisco Fauli
2020-07-10Fixup pre-commit hook to work with worktreesThorsten Behrens
2020-07-10replace usage of blacklist with denylistThorsten Behrens