INTEGRATION: CWS dba24c (1.17.14); FILE MERGED
2007/10/10 13:13:27 fs 1.17.14.1: in preparation of #i73705#/#i52527#: Macro Warning dialog is now available at the default interaction handler
This commit is contained in:
parent
db63c5fc9e
commit
0578e33f2a
1 changed files with 15 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: iahndl.hxx,v $
|
||||
*
|
||||
* $Revision: 1.18 $
|
||||
* $Revision: 1.19 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-11-07 10:09:38 $
|
||||
* last change: $Author: ihi $ $Date: 2007-11-21 16:23:34 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -59,6 +59,9 @@
|
|||
#ifndef _COM_SUN_STAR_TASK_PASSWORDREQUESTMODE_HPP_
|
||||
#include "com/sun/star/task/PasswordRequestMode.hpp"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_TASK_DOCUMENTMACROCONFIRMATIONREQUEST_HPP_
|
||||
#include "com/sun/star/task/DocumentMacroConfirmationRequest.hpp"
|
||||
#endif
|
||||
#ifndef _SOLAR_H
|
||||
#include "tools/solar.h"
|
||||
#endif
|
||||
|
@ -347,6 +350,16 @@ private:
|
|||
rtl::OUString & rErrorString)
|
||||
SAL_THROW((com::sun::star::uno::RuntimeException));
|
||||
|
||||
void
|
||||
handleMacroConfirmRequest(
|
||||
const ::com::sun::star::task::DocumentMacroConfirmationRequest& _rRequest,
|
||||
com::sun::star::uno::Sequence<
|
||||
com::sun::star::uno::Reference<
|
||||
com::sun::star::task::XInteractionContinuation > > const &
|
||||
rContinuations
|
||||
)
|
||||
SAL_THROW((com::sun::star::uno::RuntimeException));
|
||||
|
||||
void
|
||||
handleBrokenPackageRequest(
|
||||
std::vector< rtl::OUString > const & rArguments,
|
||||
|
|
Loading…
Reference in a new issue