diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:25:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-07 11:25:55 +0000 |
commit | b13318e999282a6cb293ca493b665eac35f628d0 (patch) | |
tree | e4034bc1a3ea32774c673cec91e6e907b52dc28d /uui | |
parent | a98aa5d97de9638bf662e051212365e0a64c2a39 (diff) |
INTEGRATION: CWS calcshare_DEV300 (1.19.22); FILE MERGED
2008/02/27 12:38:54 mav 1.19.22.1: #i8811# LockedDocumentRequest handling
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/iahndl.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx index ea7e0c4a0cf7..1260802a9691 100644 --- a/uui/source/iahndl.hxx +++ b/uui/source/iahndl.hxx @@ -4,9 +4,9 @@ * * $RCSfile: iahndl.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: ihi $ $Date: 2007-11-21 16:23:34 $ + * last change: $Author: kz $ $Date: 2008-03-07 12:25:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,6 +99,7 @@ namespace com { namespace sun { namespace star { class AmbigousFilterRequest; class FilterOptionsRequest; class NoSuchFilterRequest; + class LockedDocumentRequest; } namespace lang { class XMultiServiceFactory; @@ -392,6 +393,13 @@ private: bool bObtainErrorStringOnly, bool & bHasErrorString, rtl::OUString & rErrorString); + + void handleLockedDocumentRequest( + ::com::sun::star::document::LockedDocumentRequest const & aRequest, + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< + ::com::sun::star::task::XInteractionContinuation > > const & + rContinuations ) + SAL_THROW((::com::sun::star::uno::RuntimeException)); }; #endif // UUI_IAHNDL_HXX |