From 8d522fd0ef9e5989253b74214b298adf4e6f716d Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:20:59 +0000 Subject: INTEGRATION: CWS jsc21 (1.2.92); FILE MERGED 2008/02/13 12:58:33 jsc 1.2.92.1: #i83415# add doit3 to handled methods --- .../Components/dialogcomponent/TestDialogHandler.idl | 14 +++++++------- .../Components/dialogcomponent/XTestDialogHandler.idl | 10 ++++------ 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl b/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl index 2dfcc86c9130..e75b758528e8 100644 --- a/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl +++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl @@ -2,9 +2,9 @@ * * $RCSfile: TestDialogHandler.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-11-02 11:05:26 $ + * last change: $Author: rt $ $Date: 2008-07-11 14:20:45 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -37,12 +37,10 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * *************************************************************************/ +#ifndef INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL +#define INCLUDED_COM_SUN_STAR_TEST_TESTDIALOGHANDLER_IDL -#ifndef _com_sun_star_test_TestDialogHandler_idl_ -#define _com_sun_star_test_TestDialogHandler_idl_ - -// normally the module structure is reflected in the path -#include +#include "XTestDialogHandler.idl" module com { module sun { module star { module test { service TestDialogHandler : XTestDialogHandler; @@ -51,3 +49,5 @@ module com { module sun { module star { module test { #endif + + diff --git a/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl b/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl index 34c21af90985..1ac48e136b4d 100644 --- a/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl +++ b/odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl @@ -2,9 +2,9 @@ * * $RCSfile: XTestDialogHandler.idl,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-11-02 11:05:36 $ + * last change: $Author: rt $ $Date: 2008-07-11 14:20:59 $ * * The Contents of this file are made available subject to the terms of * the BSD license. @@ -38,8 +38,8 @@ * *************************************************************************/ -#ifndef _com_sun_star_test_XSomethingB_idl_ -#define _com_sun_star_test_XSomethingB_idl_ +#ifndef INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL +#define INCLUDED_COM_SUN_STAR_TEST_XTESTDIALOGHANDLER_IDL #include #include @@ -57,5 +57,3 @@ module com { module sun { module star { module test { }; }; }; }; #endif - - -- cgit