/* -*- 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_SVX_SOURCE_INC_SHAPESUTIL_HXX #define INCLUDED_SVX_SOURCE_INC_SHAPESUTIL_HXX #include #include namespace svx::sidebar { class SvxShapeCommandsMap { public: SvxShapeCommandsMap(); std::map mpLineShapes, mpCurveShapes, mpConnectorShapes, mpBasicShapes, mpSymbolShapes, mpBlockArrowShapes, mpFlowchartShapes, mpCalloutShapes, mpStarShapes, mp3DShapes; }; } #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */b/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-27 15:52:11 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-27 15:55:30 +0200
commit39712573e1592168a94f358732cced493e156622 (patch)
tree3eaff34144786cdd9e747177a06c85f9e13b1e71 /officecfg
parent9c6f2134de6eaf44a83e6c36a041de0f3b87e623 (diff)
xmllint: reformat files
xmllint --loaddtd ./officecfg/registry/data.dtd --format ... Change-Id: Ic9295ae62ad66064822268ad0015c2f76001888b
Diffstat (limited to 'officecfg')