diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 13:17:03 +0000 |
---|---|---|
committer | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-11-12 13:17:03 +0000 |
commit | 849799ee85174ec09884740ae36c53b1ae5d325a (patch) | |
tree | 04403e3a4badcd160b19502f0214a23dc4038ac4 /sw/source/ui/web/wfrmsh.cxx | |
parent | 296c8514d0e46c983915843408b8bb35e3396fbc (diff) |
Remove empty Beschreibung (Description) comments
Diffstat (limited to 'sw/source/ui/web/wfrmsh.cxx')
-rw-r--r-- | sw/source/ui/web/wfrmsh.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
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 <sfx2/msg.hxx> #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() { } |