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

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

constants XlRowCol
{
        const short xlColumns = 2;
        const short xlRows = 1;
};
}; }; }; };
#endif