diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:12:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:12:56 +0000 |
commit | 2b38aadbc1f467bb89d72556e721cef626690458 (patch) | |
tree | 5907c0a223ccc394ee4b8aba91fc12b0989b4083 /sw/source/ui/web | |
parent | 50a29306b24a721fde33aa69f7d3e6e765a256d8 (diff) |
INTEGRATION: CWS os35 (1.4.214); FILE MERGED
2004/06/30 10:49:42 os 1.4.214.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wlistsh.cxx | 5 | ||||
-rw-r--r-- | sw/source/ui/web/wtextsh.cxx | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/ui/web/wlistsh.cxx b/sw/source/ui/web/wlistsh.cxx index 254542376887..34eb1cfc35b1 100644 --- a/sw/source/ui/web/wlistsh.cxx +++ b/sw/source/ui/web/wlistsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wlistsh.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-02-03 17:01:30 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:12:17 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,7 +92,6 @@ SFX_IMPL_INTERFACE(SwWebListShell, SwListShell, SW_RES(STR_SHELLNAME_LIST)) { SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_NUM_TOOLBOX)); - SFX_OBJECTMENU_REGISTRATION(SID_OBJECTMENU0, SW_RES(MN_OBJECTMENU_LIST)); } TYPEINIT1(SwWebListShell,SwListShell) diff --git a/sw/source/ui/web/wtextsh.cxx b/sw/source/ui/web/wtextsh.cxx index 3a5ddf845dcd..18e22032be77 100644 --- a/sw/source/ui/web/wtextsh.cxx +++ b/sw/source/ui/web/wtextsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wtextsh.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2004-02-03 17:01:59 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:12:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,7 +110,6 @@ SFX_IMPL_INTERFACE(SwWebTextShell, SwBaseShell, SW_RES(STR_SHELLNAME_WEBTEXT)) { SFX_POPUPMENU_REGISTRATION(SW_RES(MN_WEB_TEXT_POPUPMENU)); SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_WEBTEXT_TOOLBOX)); - SFX_OBJECTMENU_REGISTRATION(SID_OBJECTMENU0, SW_RES(MN_OBJECTMENU_WEBTEXT)); SFX_CHILDWINDOW_REGISTRATION(FN_EDIT_FORMULA); SFX_CHILDWINDOW_REGISTRATION(SID_INSERT_DIAGRAM); SFX_CHILDWINDOW_REGISTRATION(FN_INSERT_FIELD); |