/* -*- 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/. */ #ifndef INCLUDED_EDITENG_SECTION_HXX #define INCLUDED_EDITENG_SECTION_HXX #include #include class SfxPoolItem; namespace editeng { struct EDITENG_DLLPUBLIC Section { sal_Int32 mnParagraph; sal_Int32 mnStart; sal_Int32 mnEnd; std::vector maAttributes; Section(sal_Int32 nPara, sal_Int32 nStart, sal_Int32 nEnd); }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-05-26 13:32:13 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-05-27 10:12:35 +0200
commit6e36ec6706260ea82f72b4a32b55d69fde3aa48c (patch)
treed6d52db33afb33c5ab4677576a5cbf5b7db64a55 /odk
parent91cd384e8fb77db88bf75a9fc3b3213724cfc36d (diff)
Fix typos