/* -*- 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_EDITENG_NHYPITEM_HXX #define INCLUDED_EDITENG_NHYPITEM_HXX #include #include // class SvxNoHyphenItem ------------------------------------------------- class EDITENG_DLLPUBLIC SvxNoHyphenItem final : public SfxBoolItem { public: SvxNoHyphenItem( const bool bNoHyphen, const sal_uInt16 nId ); // "pure virtual Methods" from SfxPoolItem virtual SvxNoHyphenItem* Clone( SfxItemPool *pPool = nullptr ) const override; virtual bool GetPresentation( SfxItemPresentation ePres, MapUnit eCoreMetric, MapUnit ePresMetric, OUString &rText, const IntlWrapper& ) const override; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='distro/collabora/cp-4.0'>distro/collabora/cp-4.0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-11-16 14:46:34 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-11-16 14:49:08 +0100
commita1e4202474a71d408dde3e9b4ab3156dace535a8 (patch)
tree383885850d8657a47bc13c681b926310cea275a6
parent0c7ab4b5b20b38004ffbb16dc8302ec23c958828 (diff)
update translations for 7.4.3 rc2 libreoffice-7-4-3
and force-fix errors using pocheck Change-Id: I899323d45f4b174db2c6b745d29f20b48b39bf30 (cherry picked from commit 866c614e3b6401538fc951583e8bbb11874da097)