blob: 77f9c54a3759c828d96780cc3651b5eb47224209 (
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 adodb {
constants StringFormatEnum {
const long adClipString = 2;
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|