Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / dao / ReplicaTypeEnum.idl
blobcf747ac33eac81d5087867052267639cedd1f17e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module dao {
3 constants ReplicaTypeEnum {
4 const long dbRepMakePartial = 1;
5 const long dbRepMakeReadOnly = 2;
6 };
7 }; }; };
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */