diff options
Diffstat (limited to 'include/basic/sbxdef.hxx')
-rw-r--r-- | include/basic/sbxdef.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/basic/sbxdef.hxx b/include/basic/sbxdef.hxx index 2acbac0c98be..6c7a5a8c0bd1 100644 --- a/include/basic/sbxdef.hxx +++ b/include/basic/sbxdef.hxx @@ -78,6 +78,9 @@ enum SbxDataType { SbxVECTOR = 0x1000, // simple counted array SbxARRAY = 0x2000, // array SbxBYREF = 0x4000, // access by reference + + // tdf#79426, tdf#125180 + SbxMISSING = 0x8000, // Parameter is missing }; const sal_uInt32 SBX_TYPE_WITH_EVENTS_FLAG = 0x10000; |