diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:37:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-19 13:37:43 +0000 |
commit | 39cd0ef52963e98c153095479ae4506d8e0de0fd (patch) | |
tree | 09931e9104a8e98e83822be7eeb7ad0bb22db588 /basic/inc | |
parent | 251b5a9382e66c11357714b1dde7974e00a9571e (diff) |
INTEGRATION: CWS gh14 (1.3.4); FILE MERGED
2007/06/15 09:45:28 gh 1.3.4.1: #i76851#add new errormessage
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/svtmsg.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/inc/svtmsg.hrc b/basic/inc/svtmsg.hrc index 7c19c5ee7bf6..b17d44491683 100644 --- a/basic/inc/svtmsg.hrc +++ b/basic/inc/svtmsg.hrc @@ -4,9 +4,9 @@ * * $RCSfile: svtmsg.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kz $ $Date: 2007-05-11 11:38:44 $ + * last change: $Author: kz $ $Date: 2007-06-19 14:37:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -120,3 +120,4 @@ #define S_SIZE_BELOW_MINIMUM ( SVT_START + 69 ) #define S_CANNOT_FIND_FLOATING_WIN ( SVT_START + 70 ) #define S_NO_LIST_BOX_STRING ( SVT_START + 71 ) +#define S_SLOT_IN_EXECUTE ( SVT_START + 72 ) |