summaryrefslogtreecommitdiff
path: root/uui
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-23 07:09:05 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-23 07:09:05 +0000
commit5b7af7c355ee608a15ffde500d9358591bec9858 (patch)
treec105c5f95cfcd1ad41b1f45849441c7bb2f2b0be /uui
parent92af84b28669752f9c58bef5721d30e795cb57d0 (diff)
INTEGRATION: CWS updchk03 (1.15.2); FILE MERGED
2006/12/21 13:37:48 dv 1.15.2.1: getStringFromRequest can't get strings when not in main thread
Diffstat (limited to 'uui')
-rw-r--r--uui/source/iahndl.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/uui/source/iahndl.hxx b/uui/source/iahndl.hxx
index 21c18e6495da..f5ef85c6b90f 100644
--- a/uui/source/iahndl.hxx
+++ b/uui/source/iahndl.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iahndl.hxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2006-12-13 15:08:50 $
+ * last change: $Author: obo $ $Date: 2007-01-23 08:09:05 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -149,6 +149,15 @@ private:
static long
handlerequest(void* pHandleData, void* pInteractionHandler);
+ com::sun::star::beans::Optional< rtl::OUString >
+ getStringFromRequest_impl(com::sun::star::uno::Reference<
+ com::sun::star::task::XInteractionRequest > const &
+ rRequest)
+ throw (com::sun::star::uno::RuntimeException);
+
+ static long
+ getstringfromrequest(void* pHandleData, void* pInteractionHandler);
+
Window * getParentProperty() SAL_THROW(());
rtl::OUString getContextProperty() SAL_THROW(());