diff options
-rw-r--r-- | sw/inc/shellid.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/inc/shellid.hxx b/sw/inc/shellid.hxx index 83c57e23dc..98fabe7742 100644 --- a/sw/inc/shellid.hxx +++ b/sw/inc/shellid.hxx @@ -4,9 +4,9 @@ * * $RCSfile: shellid.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:08:53 $ + * last change: $Author: rt $ $Date: 2008-02-19 13:34:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -78,5 +78,6 @@ #define SW_WEBDRAWFORMSHELL (SFX_INTERFACE_SW_START + 30) #define SW_MEDIASHELL (SFX_INTERFACE_SW_START + 31) +#define SW_ANNOTATIONSHELL (SFX_INTERFACE_SW_START + 32) #endif // _UIPARAM_HXX |