lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / dao / LockTypeEnum.idl
blobe129b6150cfc66105eb368fc8f1f46e4d8aecbb3
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module dao {
3 constants LockTypeEnum {
4 const long dbOptimistic = 3;
5 const long dbOptimisticBatch = 5;
6 const long dbOptimisticValue = 1;
7 const long dbPessimistic = 2;
8 };
9 }; }; };
11 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */