/* * 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 . */ interface WebList : BaseTextList { import TextSelection; } shell SwWebListShell : SwBaseShell { import WebList; } 2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpfribbreaks.hxx
AgeCommit message (Expand)Author
2020-04-21tdf#42949 Fix IWYU warnings in lotuswordpro/source/filter/*hxxGabor Kelemen
2019-09-26loplugin:constmethod in framework..lotuswordproNoel Grandin
2018-03-05loplugin:useuniqueptr in LwpFribPageBreakNoel Grandin
2017-10-23loplugin:includeform: lotuswordproStephan Bergmann
2017-01-24loplugin: unnecessary destructor jvmfwk..lotuswordproNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-17remove pointless comments in lotuswordproNoel Grandin
2015-06-11cppcheck: noExplicitConstructorCaolán McNamara