summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/dao/IdleEnum.idl
blob: 79921a3e8c61a2c39967c5ccde96a86a1c8ba41e (plain)
1
2
3
4
5
6
7
8
9
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module dao {
    constants IdleEnum {
        const long dbFreeLocks = 1;
        const long dbRefreshCache = 8;
    };
}; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */