diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-17 07:42:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-17 07:42:48 +0000 |
commit | 9f8def85efdfb99b15b74b5d4142eb20ac65acc7 (patch) | |
tree | cda48ed202ac75ee23a2da6faf6cb2360b8d2e0c /sw/source/ui/web | |
parent | 9b11ff1e4bc1d4ada1ccafa87b788ab589287664 (diff) |
INTEGRATION: CWS iha04 (1.33.70); FILE MERGED
2004/11/03 08:05:06 os 1.33.70.1: #i35970# unused menu defines removed and swmn_tmpl.hrc simplified
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/web.src | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/source/ui/web/web.src b/sw/source/ui/web/web.src index 532817a1abef..928fb428ec8b 100644 --- a/sw/source/ui/web/web.src +++ b/sw/source/ui/web/web.src @@ -2,9 +2,9 @@ * * $RCSfile: web.src,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: hr $ $Date: 2004-11-09 16:24:56 $ + * last change: $Author: obo $ $Date: 2004-11-17 08:42:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,7 +59,6 @@ * ************************************************************************/ -#define MN_SW_WEB #ifndef _SVX_SVXIDS_HRC #include <svx/svxids.hrc> #endif @@ -70,6 +69,8 @@ #define ACC_SW_WEB #include "toolbox.hrc" #include "helpid.h" +#include "cfgid.h" + String STR_HUMAN_SWWEBDOC_NAME { Text [ de ] = "HTML" ; @@ -392,4 +393,7 @@ ToolBox RID_WEBOLE_TOOLBOX /************************************************************************* *************************************************************************/ +Menu MN_WEB_TEXT_POPUPMENU + BASE_TEXT_POPUPMENU_BEGIN + BASE_TEXT_POPUPMENU_END |