diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:27:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 12:27:38 +0000 |
commit | 1f77be6a71bbcfb4da7f2ebcc1a6a757e96dc1a3 (patch) | |
tree | c137fe5e4321638f8c4dd4908a5b77f78dd4898b /scripting | |
parent | c772acad59b8f7d7f36ced64dbf8f625324a3115 (diff) |
INTEGRATION: CWS tbe13 (1.3.32); FILE MERGED
2004/09/28 15:01:18 tbe 1.3.32.1: #i30434# Euro Converter is unusable
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/dlgprov/dlgprov.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/dlgprov/dlgprov.cxx b/scripting/source/dlgprov/dlgprov.cxx index 9dfe4b43a489..6e88149d266e 100644 --- a/scripting/source/dlgprov/dlgprov.cxx +++ b/scripting/source/dlgprov/dlgprov.cxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgprov.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: svesik $ $Date: 2004-04-19 23:14:47 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:27:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -443,7 +443,7 @@ namespace dlgprov // also add the dialog control itself to the sequence pObjects[nControlCount] = Reference< XInterface >( rxDialogControl, UNO_QUERY ); - Reference< XScriptListener > xScriptListener = new DialogScriptListenerImpl( m_xModel ); + Reference< XScriptListener > xScriptListener = new DialogScriptListenerImpl( m_xContext, m_xModel ); if ( xScriptListener.is() ) { |