10 lines
340 B
Text
10 lines
340 B
Text
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
module ooo { module vba { module adodb {
|
|
constants BookmarkEnum {
|
|
const long adBookmarkCurrent = 0;
|
|
const long adBookmarkFirst = 1;
|
|
const long adBookmarkLast = 2;
|
|
};
|
|
}; }; };
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|