diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-08-26 06:38:34 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-08-26 06:38:34 +0000 |
commit | f332ce0901a0e66b1bb6c49b66fc708f331dc144 (patch) | |
tree | af07bfb3a7e17a887d9d1bc1864736828bf24348 /sfx2/source/doc/doc.hrc | |
parent | 476cb374d56147e33fa3d30444b129f2fed24eb7 (diff) |
#101559# Added new string resource identifier
Diffstat (limited to 'sfx2/source/doc/doc.hrc')
-rw-r--r-- | sfx2/source/doc/doc.hrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sfx2/source/doc/doc.hrc b/sfx2/source/doc/doc.hrc index a4975eb6fa20..0599bdc8652d 100644 --- a/sfx2/source/doc/doc.hrc +++ b/sfx2/source/doc/doc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: doc.hrc,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cd $ $Date: 2002-07-30 15:02:39 $ + * last change: $Author: cd $ $Date: 2002-08-26 07:38:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -194,5 +194,8 @@ #define FT_OK (RID_SFX_DOC_START+90) #define FT_CANCEL (RID_SFX_DOC_START+91) -#endif +#define STR_EXPORTASPDF_TITLE (RID_SFX_DOC_START+92) +#define STR_EXPORTBUTTON (RID_SFX_DOC_START+93) +#define STR_EXPORTWITHCFGBUTTON (RID_SFX_DOC_START+94) +#endif |