diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:10:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-04-15 13:10:09 +0000 |
commit | bbf8962db9161c5a15ae1e94cbec5f9b426025b8 (patch) | |
tree | 8d51c8fea0bd19a2541d2038130b03504a04beb9 /ucbhelper/inc | |
parent | 3490029e8c26bfb0eb8ed84ced6772933e6257f6 (diff) |
INTEGRATION: CWS calcshare2 (1.10.76); FILE MERGED
2008/03/14 21:40:04 mav 1.10.76.1: #i85794# new file locking prototype
Diffstat (limited to 'ucbhelper/inc')
-rw-r--r-- | ucbhelper/inc/ucbhelper/interactionrequest.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/inc/ucbhelper/interactionrequest.hxx b/ucbhelper/inc/ucbhelper/interactionrequest.hxx index 7103d5261558..b66a07caceb7 100644 --- a/ucbhelper/inc/ucbhelper/interactionrequest.hxx +++ b/ucbhelper/inc/ucbhelper/interactionrequest.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: interactionrequest.hxx,v $ - * $Revision: 1.11 $ + * $Revision: 1.12 $ * * This file is part of OpenOffice.org. * @@ -265,7 +265,7 @@ public: * along with an interaction request to indicate the possiblity to approve * the request. */ -class InteractionApprove : public InteractionContinuation, +class UCBHELPER_DLLPUBLIC InteractionApprove : public InteractionContinuation, public com::sun::star::lang::XTypeProvider, public com::sun::star::task::XInteractionApprove { @@ -302,7 +302,7 @@ public: * along with an interaction request to indicate the possiblity to disapprove * the request. */ -class InteractionDisapprove : public InteractionContinuation, +class UCBHELPER_DLLPUBLIC InteractionDisapprove : public InteractionContinuation, public com::sun::star::lang::XTypeProvider, public com::sun::star::task::XInteractionDisapprove { |