summaryrefslogtreecommitdiff
path: root/sw/source/ui/web
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/web')
-rw-r--r--sw/source/ui/web/wdocsh.cxx5
-rw-r--r--sw/source/ui/web/wformsh.cxx1
-rw-r--r--sw/source/ui/web/wfrmsh.cxx9
-rw-r--r--sw/source/ui/web/wgrfsh.cxx2
-rw-r--r--sw/source/ui/web/wlistsh.cxx1
-rw-r--r--sw/source/ui/web/wolesh.cxx1
-rw-r--r--sw/source/ui/web/wtabsh.cxx3
-rw-r--r--sw/source/ui/web/wtextsh.cxx2
-rw-r--r--sw/source/ui/web/wview.cxx5
9 files changed, 0 insertions, 29 deletions
diff --git a/sw/source/ui/web/wdocsh.cxx b/sw/source/ui/web/wdocsh.cxx
index b3ec036767b7..ac44c7d16c4a 100644
--- a/sw/source/ui/web/wdocsh.cxx
+++ b/sw/source/ui/web/wdocsh.cxx
@@ -39,7 +39,6 @@
#include <unomid.h>
-
SFX_IMPL_INTERFACE( SwWebDocShell, SfxObjectShell, SW_RES(0) )
{
}
@@ -58,8 +57,6 @@ SwWebDocShell::~SwWebDocShell()
{
}
-
-
void SwWebDocShell::FillClass( SvGlobalName * pClassName,
sal_uInt32 * pClipFormat,
OUString * /*pAppName*/,
@@ -86,6 +83,4 @@ void SwWebDocShell::FillClass( SvGlobalName * pClassName,
*pUserName = SW_RESSTR(STR_HUMAN_SWWEBDOC_NAME);
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wformsh.cxx b/sw/source/ui/web/wformsh.cxx
index d2224d5b9d5b..9911d0be198a 100644
--- a/sw/source/ui/web/wformsh.cxx
+++ b/sw/source/ui/web/wformsh.cxx
@@ -53,5 +53,4 @@ SwWebDrawFormShell::~SwWebDrawFormShell()
{
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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: */
diff --git a/sw/source/ui/web/wgrfsh.cxx b/sw/source/ui/web/wgrfsh.cxx
index f2bc20d39eac..042b4ddbbefd 100644
--- a/sw/source/ui/web/wgrfsh.cxx
+++ b/sw/source/ui/web/wgrfsh.cxx
@@ -58,6 +58,4 @@ SwWebGrfShell::~SwWebGrfShell()
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wlistsh.cxx b/sw/source/ui/web/wlistsh.cxx
index cd850143cac3..7bca24fcf64e 100644
--- a/sw/source/ui/web/wlistsh.cxx
+++ b/sw/source/ui/web/wlistsh.cxx
@@ -52,5 +52,4 @@ SwWebListShell::~SwWebListShell()
{
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wolesh.cxx b/sw/source/ui/web/wolesh.cxx
index d45a2444d4b7..bf8359c8ef47 100644
--- a/sw/source/ui/web/wolesh.cxx
+++ b/sw/source/ui/web/wolesh.cxx
@@ -53,5 +53,4 @@ SwWebOleShell::~SwWebOleShell()
{
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wtabsh.cxx b/sw/source/ui/web/wtabsh.cxx
index cd9eb53d886c..ca24430380fd 100644
--- a/sw/source/ui/web/wtabsh.cxx
+++ b/sw/source/ui/web/wtabsh.cxx
@@ -23,7 +23,6 @@
#include <sfx2/objface.hxx>
#include <svl/srchitem.hxx>
-
#include "cmdid.h"
#include "globals.hrc"
#include "uitool.hxx"
@@ -59,6 +58,4 @@ SwWebTableShell::~SwWebTableShell()
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wtextsh.cxx b/sw/source/ui/web/wtextsh.cxx
index 80958cb8740e..16299b4f2e68 100644
--- a/sw/source/ui/web/wtextsh.cxx
+++ b/sw/source/ui/web/wtextsh.cxx
@@ -61,6 +61,4 @@ SwWebTextShell::~SwWebTextShell()
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/source/ui/web/wview.cxx b/sw/source/ui/web/wview.cxx
index ee71392215f7..5e733721c280 100644
--- a/sw/source/ui/web/wview.cxx
+++ b/sw/source/ui/web/wview.cxx
@@ -65,7 +65,6 @@
#define ListInTable
#include <swslots.hxx>
-
SFX_IMPL_NAMED_VIEWFACTORY(SwWebView, "Default")
{
SFX_VIEW_REGISTRATION(SwWebDocShell);
@@ -274,7 +273,6 @@ void SwWebView::SelectShell()
GetFormShell()->SetView( PTR_CAST( FmFormView,
GetWrtShell().GetDrawView()));
-
}
GetViewImpl()->GetUNOObject_Impl()->NotifySelChanged();
@@ -287,7 +285,4 @@ void SwWebView::SelectShell()
GetWrtShell().UpdateTable();
}
-
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */