diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 13:52:10 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-02-19 13:52:10 +0100 |
commit | fe5f4f5ad0a2577bc87db340974c8fe87df079cd (patch) | |
tree | ae32f4fe4fd932bbc2a51a4e23f835797e74a7ea /odk/examples/DevelopersGuide | |
parent | d9ed7227b8d4dd6cbdceb7ca86997982e8680874 (diff) | |
parent | 5b41f1c3927c02d03baaf438741c4ca04694eaca (diff) |
Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba33e
Diffstat (limited to 'odk/examples/DevelopersGuide')
-rw-r--r-- | odk/examples/DevelopersGuide/Forms/GridFieldValidator.java | 2 | ||||
-rw-r--r-- | odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java index 1afd640fb413..0a924b100e97 100644 --- a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java +++ b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java @@ -118,7 +118,7 @@ class GridFieldValidator implements XUpdateListener XInteractionHandler xHandler = (XInteractionHandler)UnoRuntime.queryInterface( XInteractionHandler.class, 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 InteractionRequest aRequest = new InteractionRequest( aError ); diff --git a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java index 283f36fcbfd3..9a2253a9460f 100644 --- a/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java +++ b/odk/examples/DevelopersGuide/Spreadsheet/SpreadsheetSample.java @@ -1106,7 +1106,7 @@ public class SpreadsheetSample extends SpreadsheetDocHelper (com.sun.star.task.XInteractionHandler)UnoRuntime.queryInterface( com.sun.star.task.XInteractionHandler.class, 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)UnoRuntime.queryInterface( com.sun.star.sdbcx.XTablesSupplier.class, |