summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tpstat.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/tpstat.cxx')
-rw-r--r--sc/source/ui/docshell/tpstat.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index de9afa62bd45..d1dbac731dc3 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -20,16 +20,12 @@
#undef SC_DLLIMPLEMENTATION
-
-
#include "document.hxx"
#include "docsh.hxx"
#include "scresid.hxx"
#include "tpstat.hxx"
-
-
// Dokumentinfo-Tabpage:
@@ -38,8 +34,6 @@ SfxTabPage* ScDocStatPage::Create( Window *pParent, const SfxItemSet& rSet )
return new ScDocStatPage( pParent, rSet );
}
-
-
ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
: SfxTabPage( pParent, "StatisticsInfoPage", "modules/scalc/ui/statisticsinfopage.ui", rSet )
{
@@ -62,26 +56,18 @@ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
}
-
-
ScDocStatPage::~ScDocStatPage()
{
}
-
-
bool ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ )
{
return false;
}
-
-
void ScDocStatPage::Reset( const SfxItemSet& /* rSet */ )
{
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */