From 849799ee85174ec09884740ae36c53b1ae5d325a Mon Sep 17 00:00:00 2001 From: "J. Graeme Lingard" Date: Fri, 12 Nov 2010 13:17:03 +0000 Subject: Remove empty Beschreibung (Description) comments --- sw/source/ui/web/wfrmsh.cxx | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'sw/source/ui/web/wfrmsh.cxx') diff --git a/sw/source/ui/web/wfrmsh.cxx b/sw/source/ui/web/wfrmsh.cxx index dc9b6e04c490..900dd380d9c5 100644 --- a/sw/source/ui/web/wfrmsh.cxx +++ b/sw/source/ui/web/wfrmsh.cxx @@ -51,11 +51,6 @@ #include #include "swslots.hxx" - -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell, SW_RES(STR_SHELLNAME_WEBFRAME)) { SFX_POPUPMENU_REGISTRATION(SW_RES(MN_FRM_POPUPMENU)); @@ -66,24 +61,12 @@ SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell, SW_RES(STR_SHELLNAME_WEBFRAME) TYPEINIT1(SwWebFrameShell, SwFrameShell) -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - - - SwWebFrameShell::SwWebFrameShell(SwView &_rView) : SwFrameShell(_rView) { SetHelpId(SW_WEBFRAMESHELL); } -/*-------------------------------------------------------------------- - Beschreibung: - --------------------------------------------------------------------*/ - - - SwWebFrameShell::~SwWebFrameShell() { } -- cgit