~ubuntu-branches/ubuntu/karmic/openoffice.org-l10n/karmic

1
2
3
4
5
6
7
8
9
10
11
#ifndef __org_openoffice_vba_Excel_XlSubtototalLocationType_idl__
#define __org_openoffice_vba_Excel_XlSubtototalLocationType_idl__
module org  { module openoffice { module vba { module Excel {

constants XlSubtototalLocationType
{
        const short xlAtBottom = 2;
        const short xlAtTop = 1;
};
}; }; }; };
#endif