blob: 060696b996a64412d2ae241de3d3e32e2cf14ea9 (
plain)
1
2
3
4
5
6
7
8
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module excel {
constants XlCreator {
const long xlCreatorCode = 1480803660;
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|