diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:40:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:40:26 +0000 |
commit | 55308c8a1ea84993b15fb30fb26a77ba355ca77c (patch) | |
tree | c064021614724f63c1efeb072b3395e7976db95b /forms | |
parent | 3d7b7e803aa7a06967f1aa72d5ec71fe0311c68d (diff) |
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:
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/xforms/submission/submission_get.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 |