Kaydet (Commit) 26bd8902 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

INTEGRATION: CWS dba12 (1.52.18); FILE MERGED

2004/06/14 09:29:40 fs 1.52.18.2: RESYNC: (1.52-1.53); FILE MERGED
2004/05/14 15:18:42 fs 1.52.18.1: spacing
üst 957a8cef
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: fmshimp.cxx,v $ * $RCSfile: fmshimp.cxx,v $
* *
* $Revision: 1.53 $ * $Revision: 1.54 $
* *
* last change: $Author: rt $ $Date: 2004-05-07 15:47:38 $ * last change: $Author: hjs $ $Date: 2004-06-28 16:58:17 $
* *
* 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
...@@ -1718,7 +1718,7 @@ void FmXFormShell::ExecuteFormSlot( sal_Int32 _nSlot, ...@@ -1718,7 +1718,7 @@ void FmXFormShell::ExecuteFormSlot( sal_Int32 _nSlot,
ControllerFeatures aHelper( ::comphelper::getProcessServiceFactory(), this ); ControllerFeatures aHelper( ::comphelper::getProcessServiceFactory(), this );
if ( _rxController.is() ) if ( _rxController.is() )
aHelper.assign( _rxController ); aHelper.assign( _rxController );
else else
aHelper.assign( _rxForm ); aHelper.assign( _rxForm );
aHelper->execute( _nSlot ); aHelper->execute( _nSlot );
......
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