From 55308c8a1ea84993b15fb30fb26a77ba355ca77c Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 23 Mar 2005 10:40:26 +0000 Subject: INTEGRATION: CWS eforms4 (1.2.6); FILE MERGED 2004/12/14 16:08:29 dvo 1.2.6.1: #i36765# use Interaction Handler for submission warning & submission itself Issue number: Submitted by: Reviewed by: --- forms/source/xforms/submission/submission_get.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'forms') diff --git a/forms/source/xforms/submission/submission_get.hxx b/forms/source/xforms/submission/submission_get.hxx index bb4eda40e590..9681b0b0f4ea 100644 --- a/forms/source/xforms/submission/submission_get.hxx +++ b/forms/source/xforms/submission/submission_get.hxx @@ -2,9 +2,9 @@ * * $RCSfile: submission_get.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-11-16 11:00:42 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:40:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ private: CSS::uno::Reference< CSS::lang::XMultiServiceFactory > m_aFactory; public: CSubmissionGet(const rtl::OUString& aURL, const CSS::uno::Reference< CSS::xml::dom::XDocumentFragment >& aFragment); - virtual SubmissionResult submit(); + virtual SubmissionResult submit(const CSS::uno::Reference< CSS::task::XInteractionHandler >& aInteractionHandler); }; #endif -- cgit