Update git submodules
[LibreOffice.git] / offapi / com / sun / star / sheet / NameToken.idl
blobeff7e70f68ca856ad83e4f12b503951fe671c7af
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
11 module com { module sun { module star { module sheet {
14 /** contains the information regarding named tokens
16 struct NameToken
18 long Index;
20 long Sheet;
24 }; }; }; };
26 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */