lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / access / ProcKind.idl
blob649bda6dd1c4ddf0b3fb0f5a6ee22123cfa09827
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants ProcKind {
4 const long Get = 3;
5 const long Let = 1;
6 const long Proc = 0;
7 const long Set = 2;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */