/************************************************************************* * 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_XQueryTable_idl__ #define __ooo_vba_excel_XQueryTable_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif #ifndef __ooo_vba__XHelperInterface_idl__ #define __ooo_vba__XHelperInterface_idl__ #include #endif //============================================================================= module ooo { module vba { module excel { //============================================================================= interface XQueryTable { interface com::sun::star::uno::XInterface; //interface ooo::vba::XHelperInterface; boolean Refresh([in] any aBackgroundQuery); }; }; }; }; #endif