lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / excel / XlLinkType.idl
blobaea213005fb479ab18a521951f5f423474118366
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module excel {
3 constants XlLinkType {
4 const long xlLinkTypeExcelLinks = 1;
5 const long xlLinkTypeOLELinks = 2;
6 };
7 }; }; };
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */