/* -*- 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 . */ module ooo { module vba { module office { constants MsoOLEMenuGroup { const long msoOLEMenuGroupContainer = 2; const long msoOLEMenuGroupEdit = 1; const long msoOLEMenuGroupFile = 0; const long msoOLEMenuGroupHelp = 5; const long msoOLEMenuGroupNone = -1; const long msoOLEMenuGroupObject = 3; const long msoOLEMenuGroupWindow = 4; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-03-26 00:11:29 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-03-26 09:30:27 +0100
commitd856589b6c5eef15b7cdf47615bedffecf0d4069 (patch)
treef7fb21671f893cc2b1a82c2240daff34f562edda
parent87cf73a1e1a4d5956db0593cb3f8a9cbf3037104 (diff)
update translations for 4.4.2 rc2 libreoffice-4-4-2
and force-fix errors using pocheck Change-Id: I46dd76d57566d38de6b28f26da8b8623a75f5092
Diffstat