/* -*- 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 . */ #pragma once #include #include #include //= Https_UADialog class UnknownAuthDialog : public weld::MessageDialogController { private: std::unique_ptr m_xCommandButtonOK; std::unique_ptr m_xView_Certificate; std::unique_ptr m_xOptionButtonAccept; const css::uno::Reference< css::uno::XComponentContext >& m_xContext; const css::uno::Reference< css::security::XCertificate >& m_rXCert; DECL_LINK(OKHdl_Impl, weld::Button&, void); DECL_LINK(ViewCertHdl_Impl, weld::Button&, void); public: UnknownAuthDialog(weld::Window* pParent, const css::uno::Reference< css::security::XCertificate >& rXCert, const css::uno::Reference< css::uno::XComponentContext >& xContext); void setDescriptionText(const OUString &rText) { m_xDialog->set_primary_text(rText); } }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ abora/cp-4.3'>distro/collabora/cp-4.3 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-07-01 16:22:02 +0200
committerAndras Timar <andras.timar@collabora.com>2022-07-02 19:27:12 +0200
commitf9bd9ed1749294bfb0113bbf05645e788918e9b7 (patch)
tree31cd32a91877f3a5e6b7551a54cd9dd01a636127
parent178d01d84358992a53f6e2d5aed3462ad89fd23a (diff)
update translations for 7.3.5 rc1 cp-22.05.4-1
and force-fix errors using pocheck Change-Id: I6b8f0f326c1ef1f3804409057e3081bf2b2caaa0