diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 11:25:56 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-20 11:25:56 +0000 |
commit | 7ca14e1a51b907fd273b51d9809192bb0393375e (patch) | |
tree | 0b646d1006dd11472412469a505cd3e35b8e1b58 /automation/source | |
parent | 64a3056627b80f66576b063b1eff174a005d8a0d (diff) |
INTEGRATION: CWS gh7 (1.8.2); FILE MERGED
2004/09/15 08:38:26 gh 1.8.2.2: RESYNC: (1.8-1.9); FILE MERGED
2004/09/07 15:37:30 gh 1.8.2.1: #i33935#new command killapp
Diffstat (limited to 'automation/source')
-rw-r--r-- | automation/source/testtool/objtest.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/automation/source/testtool/objtest.hxx b/automation/source/testtool/objtest.hxx index a850dc1f34da..dfebc8ee63a5 100644 --- a/automation/source/testtool/objtest.hxx +++ b/automation/source/testtool/objtest.hxx @@ -2,9 +2,9 @@ * * $RCSfile: objtest.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2004-09-09 17:24:45 $ + * last change: $Author: rt $ $Date: 2004-09-20 12:25:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -135,7 +135,8 @@ #define ID_GetChildEnv 53 #define ID_GetLinkDestination 54 #define ID_GetRegistryValue 55 -#define ID_DoNothing 99 +#define ID_KillApp 56 +#define ID_DoNothing 99 void ReadFlatArray( const ControlDefLoad arWas [], CNames *&pNames ); |