diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:27:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:27:22 +0000 |
commit | afd94b551f1b28673d422c1b41c7e45073478a5d (patch) | |
tree | 644d79f8a87c88f5dd31b087186e0f0a1162b456 /scripting | |
parent | fcb071be38c7d83444cc5a61b06ef56685b773f2 (diff) |
INTEGRATION: CWS tbe13 (1.2.40); FILE MERGED
2004/09/28 15:01:18 tbe 1.2.40.1: #i30434# Euro Converter is unusable
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgevtatt.hxx | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx index e933a125a3d0..bc7a3231ba1e 100644 --- a/scripting/source/dlgprov/dlgevtatt.hxx +++ b/scripting/source/dlgprov/dlgevtatt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgevtatt.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-02-10 16:12:57 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:27:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -166,12 +166,14 @@ namespace dlgprov class DialogScriptListenerImpl : public DialogScriptListenerImpl_BASE { - ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModel; + ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext; + ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > m_xModel; virtual void firing_impl( const ::com::sun::star::script::ScriptEvent& aScriptEvent, ::com::sun::star::uno::Any* pRet ); public: - DialogScriptListenerImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel ); + DialogScriptListenerImpl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& rxContext, + const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& rxModel ); virtual ~DialogScriptListenerImpl(); // XEventListener |