summaryrefslogtreecommitdiff
path: root/sw/source/ui/web/wfrmsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/web/wfrmsh.cxx')
-rw-r--r--sw/source/ui/web/wfrmsh.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sw/source/ui/web/wfrmsh.cxx b/sw/source/ui/web/wfrmsh.cxx
index c30d0f751a68..d2697400f983 100644
--- a/sw/source/ui/web/wfrmsh.cxx
+++ b/sw/source/ui/web/wfrmsh.cxx
@@ -30,7 +30,6 @@
#include "shells.hrc"
#include "web.hrc"
-
// STATIC DATA
#define SwWebFrameShell
#include <sfx2/msg.hxx>
@@ -42,8 +41,6 @@ SFX_IMPL_INTERFACE(SwWebFrameShell, SwFrameShell, SW_RES(STR_SHELLNAME_WEBFRAME)
SFX_OBJECTBAR_REGISTRATION(SFX_OBJECTBAR_OBJECT, SW_RES(RID_WEBFRAME_TOOLBOX));
}
-
-
TYPEINIT1(SwWebFrameShell, SwFrameShell)
SwWebFrameShell::SwWebFrameShell(SwView &_rView) :
@@ -56,10 +53,4 @@ SwWebFrameShell::~SwWebFrameShell()
{
}
-
-
-
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */