blob: 19a7b1f66fb722b3bc304f2fdf543ae379344ace (
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 XlDataLabelSeparator {
const long xlDataLabelSeparatorDefault = 1;
};
}; }; };
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|