summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-11 13:20:59 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-11 13:20:59 +0000
commit8d522fd0ef9e5989253b74214b298adf4e6f716d (patch)
treed4141df7d3b6fb0ae712d8761edee0b0b2efc6b6 /odk
parentc8c8c42349618f6fc02d63712893aff9999a5096 (diff)
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
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/TestDialogHandler.idl14
-rw-r--r--odk/examples/DevelopersGuide/Components/dialogcomponent/XTestDialogHandler.idl10
2 files changed, 11 insertions, 13 deletions
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 <XTestDialogHandler.idl>
+#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 <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/awt/XDialog.idl>
@@ -57,5 +57,3 @@ module com { module sun { module star { module test {
}; }; }; };
#endif
-
-