diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:03:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-02-26 10:03:35 +0000 |
commit | f6f4bf8b0eaca8a806c8ec56361d8dddf1eacc40 (patch) | |
tree | 47d6314ab281278089d6baaa996a3d43ad1e3708 /sfx2/source/dialog/dialog.hrc | |
parent | 0a80ff4a369bf82086f74729c92ef0b2e230374a (diff) |
INTEGRATION: CWS pb1 (1.13.332); FILE MERGED
2004/01/27 09:53:45 pb 1.13.332.1: fix: #92087# add RID_DLG_SEARCH
Diffstat (limited to 'sfx2/source/dialog/dialog.hrc')
-rw-r--r-- | sfx2/source/dialog/dialog.hrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index 39256ce99485..326f5ad6b87c 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dialog.hrc,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: gt $ $Date: 2002-08-22 07:44:45 $ + * last change: $Author: kz $ $Date: 2004-02-26 11:03:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -198,6 +198,8 @@ #define STR_MACRO_LOSS ( RC_DIALOG_BEGIN + 107 ) #define STR_CANCEL_RECORDING ( RC_DIALOG_BEGIN + 108 ) +#define RID_DLG_SEARCH ( RC_DIALOG_BEGIN + 109 ) + #endif // #ifndef _SFX_DIALOG_HRC |