diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:11:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-08-02 12:11:50 +0000 |
commit | 41fc7fbbd2efef2fd469560563dd0df0d60f9b22 (patch) | |
tree | 1f88927597a72acc8da22cb8b42e11dc869b88a8 /sw/source/ui/web | |
parent | 50d2b0bd4f9ba0bb9f7c8e4d479ddf810e38a998 (diff) |
INTEGRATION: CWS os35 (1.3.572); FILE MERGED
2004/06/30 10:49:41 os 1.3.572.1: #i29875# #i30444# FormatMenu and TableMenu impl./changed
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r-- | sw/source/ui/web/wformsh.cxx | 5 | ||||
-rw-r--r-- | sw/source/ui/web/wfrmsh.cxx | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sw/source/ui/web/wformsh.cxx b/sw/source/ui/web/wformsh.cxx index cb2b8b17b11b..59fbf4074a41 100644 --- a/sw/source/ui/web/wformsh.cxx +++ b/sw/source/ui/web/wformsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wformsh.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:58:24 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:11:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,6 @@ SFX_IMPL_INTERFACE(SwWebDrawFormShell, SwDrawFormShell, SW_RES(0)) { SFX_POPUPMENU_REGISTRATION(SW_RES(MN_DRAWFORM_POPUPMENU)); SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_DRAWFORM_TOOLBOX)); - SFX_OBJECTMENU_REGISTRATION(SID_OBJECTMENU0, SW_RES(MN_OBJECTMENU_DRAWFORM)); } TYPEINIT1(SwWebDrawFormShell, SwDrawFormShell) diff --git a/sw/source/ui/web/wfrmsh.cxx b/sw/source/ui/web/wfrmsh.cxx index f5c6220939dd..f3976c0bbbd3 100644 --- a/sw/source/ui/web/wfrmsh.cxx +++ b/sw/source/ui/web/wfrmsh.cxx @@ -2,9 +2,9 @@ * * $RCSfile: wfrmsh.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2003-04-17 15:58:35 $ + * last change: $Author: kz $ $Date: 2004-08-02 13:11:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,7 +98,6 @@ SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell, SW_RES(STR_SHELLNAME_WEBFRAME) { SFX_POPUPMENU_REGISTRATION(SW_RES(MN_FRM_POPUPMENU)); SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_WEBFRAME_TOOLBOX)); - SFX_OBJECTMENU_REGISTRATION(SID_OBJECTMENU0, SW_RES(MN_OBJECTMENU_FRAME)); } |