/************************************************************************* * Licensed Materials - Property of IBM. * * Symphony Editor * * (C) Copyright IBM Corporation 2009. All Rights Reserved. * * U.S. Government Users Restricted Rights: Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. * *************************************************************************/ #ifndef __ooo_vba_excel_XlEnableCancelKey_idl__ #define __ooo_vba_excel_XlEnableCancelKey_idl__ module ooo { module vba { module excel { constants XlEnableCancelKey { const long xlDisabled = 0; const long xlErrorHandler = 2; const long xlInterrupt = 1; }; }; }; }; #endif