summaryrefslogtreecommitdiff
path: root/sfx2/inc/inettbc.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-27 09:18:30 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-27 09:18:30 +0000
commit29793ad3fd8a3008fe4fbacbb4cd74335cf577d8 (patch)
tree4cec74b02e1c79bd3afecef96ebf16e460fc43f3 /sfx2/inc/inettbc.hxx
parentc34692d7896725ea651f951acf790f39f17a9adf (diff)
INTEGRATION: CWS cd04 (1.10.246); FILE MERGED
2005/01/25 10:20:35 cd 1.10.246.1: #i40980# Use asynchronous dispatch to fix VCL reentrance problem
Diffstat (limited to 'sfx2/inc/inettbc.hxx')
-rw-r--r--sfx2/inc/inettbc.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sfx2/inc/inettbc.hxx b/sfx2/inc/inettbc.hxx
index cfa281aa32fa..1a49ebbbd7a4 100644
--- a/sfx2/inc/inettbc.hxx
+++ b/sfx2/inc/inettbc.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: inettbc.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: obo $ $Date: 2004-07-06 13:27:54 $
+ * last change: $Author: rt $ $Date: 2005-01-27 10:18:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,15 @@ private:
DECL_LINK( OpenHdl, void* );
DECL_LINK( SelectHdl, void* );
+ struct ExecuteInfo
+ {
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XDispatch > xDispatch;
+ ::com::sun::star::util::URL aTargetURL;
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs;
+ };
+
+ DECL_STATIC_LINK( SfxURLToolBoxControl_Impl, ExecuteHdl_Impl, ExecuteInfo* );
+
public:
SFX_DECL_TOOLBOX_CONTROL();