Kaydet (Commit) 1f77be6a authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS tbe13 (1.3.32); FILE MERGED

2004/09/28 15:01:18 tbe 1.3.32.1: #i30434# Euro Converter is unusable
üst c772acad
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: dlgprov.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -443,7 +443,7 @@ namespace dlgprov ...@@ -443,7 +443,7 @@ namespace dlgprov
// also add the dialog control itself to the sequence // also add the dialog control itself to the sequence
pObjects[nControlCount] = Reference< XInterface >( rxDialogControl, UNO_QUERY ); 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() ) if ( xScriptListener.is() )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment