blob: 6c21830ed8701fc1ac20e6006eaf39c13bbe987f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
constants XlLinkInfo {
const long xlEditionDate = 2;
const long xlLinkInfoStatus = 3;
const long xlUpdateState = 1;
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|