cmcfixes74: merge with DEV300 m76

This commit is contained in:
Caolán McNamara 2010-04-09 09:31:27 +01:00
commit 410decae39
3 changed files with 3 additions and 3 deletions

View file

@ -1084,7 +1084,7 @@ public class SpreadsheetSample : SpreadsheetDocHelper
unoidl.com.sun.star.task.XInteractionHandler xHandler = unoidl.com.sun.star.task.XInteractionHandler xHandler =
(unoidl.com.sun.star.task.XInteractionHandler) (unoidl.com.sun.star.task.XInteractionHandler)
xServiceManager.createInstance( xServiceManager.createInstance(
"com.sun.star.sdb.InteractionHandler" ); "com.sun.star.task.InteractionHandler" );
unoidl.com.sun.star.sdbcx.XTablesSupplier xSupplier = unoidl.com.sun.star.sdbcx.XTablesSupplier xSupplier =
(unoidl.com.sun.star.sdbcx.XTablesSupplier) (unoidl.com.sun.star.sdbcx.XTablesSupplier)
xSource.connectWithCompletion( xHandler ); xSource.connectWithCompletion( xHandler );

View file

@ -112,7 +112,7 @@ class GridFieldValidator implements XUpdateListener
XInteractionHandler xHandler = (XInteractionHandler)UnoRuntime.queryInterface( XInteractionHandler xHandler = (XInteractionHandler)UnoRuntime.queryInterface(
XInteractionHandler.class, XInteractionHandler.class,
m_xCtx.getServiceManager().createInstanceWithContext( m_xCtx.getServiceManager().createInstanceWithContext(
"com.sun.star.sdb.InteractionHandler", m_xCtx ) ); "com.sun.star.task.InteractionHandler", m_xCtx ) );
// create a new request and execute it // create a new request and execute it
InteractionRequest aRequest = new InteractionRequest( aError ); InteractionRequest aRequest = new InteractionRequest( aError );

View file

@ -1100,7 +1100,7 @@ public class SpreadsheetSample extends SpreadsheetDocHelper
(com.sun.star.task.XInteractionHandler)UnoRuntime.queryInterface( (com.sun.star.task.XInteractionHandler)UnoRuntime.queryInterface(
com.sun.star.task.XInteractionHandler.class, com.sun.star.task.XInteractionHandler.class,
xServiceManager.createInstanceWithContext( xServiceManager.createInstanceWithContext(
"com.sun.star.sdb.InteractionHandler", getContext()) ); "com.sun.star.task.InteractionHandler", getContext()) );
com.sun.star.sdbcx.XTablesSupplier xSupplier = com.sun.star.sdbcx.XTablesSupplier xSupplier =
(com.sun.star.sdbcx.XTablesSupplier)UnoRuntime.queryInterface( (com.sun.star.sdbcx.XTablesSupplier)UnoRuntime.queryInterface(
com.sun.star.sdbcx.XTablesSupplier.class, com.sun.star.sdbcx.XTablesSupplier.class,