From bbf8962db9161c5a15ae1e94cbec5f9b426025b8 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 15 Apr 2008 13:10:09 +0000 Subject: INTEGRATION: CWS calcshare2 (1.10.76); FILE MERGED 2008/03/14 21:40:04 mav 1.10.76.1: #i85794# new file locking prototype --- ucbhelper/inc/ucbhelper/interactionrequest.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ucbhelper/inc') 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 { -- cgit