summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/eventhandler.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 17:42:41 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 17:42:41 +0000
commite95ab660785188b345fecb75bae747fc57365b34 (patch)
tree22db175ee9c1c4461ac064d0306a9383ff6d313c /extensions/source/propctrlr/eventhandler.hxx
parentc13153dfd0fcc200b3f0e2e4b1839a5e49f8969a (diff)
INTEGRATION: CWS odbmacros2 (1.4.260); FILE MERGED
2008/02/04 13:09:25 fs 1.4.260.2: RESYNC: (1.4-1.5); FILE MERGED 2007/12/12 14:36:05 fs 1.4.260.1: #i49133# when invoking the macro assignment dialog, pass it the frame of our context document
Diffstat (limited to 'extensions/source/propctrlr/eventhandler.hxx')
-rw-r--r--extensions/source/propctrlr/eventhandler.hxx15
1 files changed, 10 insertions, 5 deletions
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index 609d724f626a..efa238ff4c1b 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eventhandler.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: ihi $ $Date: 2008-01-14 14:57:25 $
+ * last change: $Author: kz $ $Date: 2008-03-06 18:42:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,9 +36,6 @@
#ifndef EXTENSIONS_SOURCE_PROPCTRLR_EVENTHANDLER_HXX
#define EXTENSIONS_SOURCE_PROPCTRLR_EVENTHANDLER_HXX
-#ifndef EXTENSIONS_SOURCE_PROPCTRLR_PROPERTYHANDLER_HXX
-#include "propertyhandler.hxx"
-#endif
#ifndef EXTENSIONS_SOURCE_PROPCTRLR_PCROMPONENTCONTEXT_HXX
#include "pcrcomponentcontext.hxx"
#endif
@@ -56,6 +53,9 @@
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
+#include <com/sun/star/inspection/XPropertyHandler.hpp>
+#include <com/sun/star/beans/XPropertySet.hpp>
+#include <com/sun/star/frame/XFrame.hpp>
/** === end UNO includes === **/
#ifndef _CPPUHELPER_COMPBASE2_HXX_
@@ -263,6 +263,11 @@ namespace pcr
*/
void impl_setDialogElementScriptEvent_nothrow( const ::com::sun::star::script::ScriptEventDescriptor& _rScriptEvent );
+ /** returns the frame associated with our context document
+ */
+ ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >
+ impl_getContextFrame_nothrow() const;
+
private:
EventHandler(); // never implemented
EventHandler( const EventHandler& ); // never implemented