1 diff --git offapi/com/sun/star/sheet/MemberResultFlags.idl offapi/com/sun/star/sheet/MemberResultFlags.idl
2 index 6660b38..23ba7b0 100644
3 --- offapi/com/sun/star/sheet/MemberResultFlags.idl
4 +++ offapi/com/sun/star/sheet/MemberResultFlags.idl
5 @@ -59,6 +59,17 @@ published constants MemberResultFlags
7 const long CONTINUE = 4;
9 + //-------------------------------------------------------------------------
11 + /** The element contains a grand total.
13 + const long GRANDTOTAL = 8;
15 + //-------------------------------------------------------------------------
17 + /** The element is a numeric value.
19 + const long NUMERIC = 16;
22 //=============================================================================