summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/prevwsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/prevwsh.cxx')
-rw-r--r--sc/source/ui/view/prevwsh.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/source/ui/view/prevwsh.cxx b/sc/source/ui/view/prevwsh.cxx
index bbfe54601f61..77dc60f3d426 100644
--- a/sc/source/ui/view/prevwsh.cxx
+++ b/sc/source/ui/view/prevwsh.cxx
@@ -78,8 +78,6 @@
using namespace com::sun::star;
-
-
#define ScPreviewShell
#include "scslots.hxx"
@@ -98,8 +96,6 @@ SFX_IMPL_NAMED_VIEWFACTORY( ScPreviewShell, "PrintPreview" )
SFX_VIEW_REGISTRATION(ScDocShell);
}
-
-
void ScPreviewShell::Construct( Window* pParent )
{
// Find the top-most window, and set the close window handler to intercept
@@ -209,8 +205,6 @@ void ScPreviewShell::InitStartTable(SCTAB nTab)
pPreview->SetPageNo( pPreview->GetFirstPage(nTab) );
}
-
-
OUString ScPreviewShell::GetDescription() const
{
return OUString(" ** Test ** ");
@@ -572,8 +566,6 @@ void ScPreviewShell::Deactivate(bool bMDI)
}
}
-
-
void ScPreviewShell::Execute( SfxRequest& rReq )
{
sal_uInt16 nSlot = rReq.GetSlot();