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