Update git submodules
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / SearchDirectionEnum.idl
blob5d21d10e64176cbf7abc1768d2bdcf63bd273618
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module adodb {
3 constants SearchDirectionEnum {
4 const long adSearchBackward = -1;
5 const long adSearchForward = 1;
6 };
7 }; }; };
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */