From f6f4bf8b0eaca8a806c8ec56361d8dddf1eacc40 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 26 Feb 2004 10:03:35 +0000 Subject: 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 --- sfx2/source/dialog/dialog.hrc | 6 ++++-- 1 file 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 -- cgit