/* -*- 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_DSTRIBUT_ENUM_HXX #define INCLUDED_SVX_DSTRIBUT_ENUM_HXX enum SvxDistributeHorizontal { SvxDistributeHorizontalNone = 0, SvxDistributeHorizontalLeft, SvxDistributeHorizontalCenter, SvxDistributeHorizontalDistance, SvxDistributeHorizontalRight }; enum SvxDistributeVertical { SvxDistributeVerticalNone = 0, SvxDistributeVerticalTop, SvxDistributeVerticalCenter, SvxDistributeVerticalDistance, SvxDistributeVerticalBottom }; #endif // INCLUDED_SVX_DSTRIBUT_ENUM_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ llabora/co-24.04'>distro/collabora/co-24.04 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source/nn
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-04-21 12:58:09 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-04-21 13:22:58 +0200
commit0732bbfc5365529452255fc0263416c0455b127b (patch)
tree804e4290eac47539f23acbbe7653f746def253be /source/nn
parentb0a83a046ece7e828d6a7a2d1304661a8367012c (diff)
update translations for 5.2.0 alpha1
and force-fix errors using pocheck Change-Id: I75bca3b0cc0333302eac4d11c98ad26dfdc35fd6
Diffstat (limited to 'source/nn')