summaryrefslogtreecommitdiff
path: root/sw/source/ui/web/wview.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/web/wview.cxx')
-rw-r--r--sw/source/ui/web/wview.cxx5
1 files changed, 0 insertions, 5 deletions
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: */