diff options
author | Niklas Nebel <nn@openoffice.org> | 2002-04-18 16:05:11 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2002-04-18 16:05:11 +0000 |
commit | 850bf6449d20d83bc464a3f5890cf5206bbfbdc0 (patch) | |
tree | a5aaeae34b768661bb17040a42f69fb1a84d9477 /sc/inc/sc.hrc | |
parent | cca9724e3d6979973541bb36ccff9debe1896497 (diff) |
#98001# slot to close preview
Diffstat (limited to 'sc/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index 3cbb4c494345..c6828b0ec174 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -2,9 +2,9 @@ * * $RCSfile: sc.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: nn $ $Date: 2002-04-10 15:35:52 $ + * last change: $Author: nn $ $Date: 2002-04-18 17:02:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -863,6 +863,7 @@ #define SID_PREVIEW_GOTO (SID_PREVIEW_START+4) #define SID_PREVIEW_ZOOMIN (SID_PREVIEW_START+5) #define SID_PREVIEW_ZOOMOUT (SID_PREVIEW_START+6) +#define SID_PREVIEW_CLOSE (SID_PREVIEW_START+7) #define SID_PREVIEW_END (SID_PREVIEW_START+20) //aus sfx: #define SID_KEYFUNC_START (SID_PREVIEW_END+5) |