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.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/docshell/tpstat.cxx b/sc/source/ui/docshell/tpstat.cxx
index c407e1932b9e..93ab7847d891 100644
--- a/sc/source/ui/docshell/tpstat.cxx
+++ b/sc/source/ui/docshell/tpstat.cxx
@@ -38,7 +38,7 @@ 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,20 +62,20 @@ ScDocStatPage::ScDocStatPage( Window *pParent, const SfxItemSet& rSet )
}
-//------------------------------------------------------------------------
+
ScDocStatPage::~ScDocStatPage()
{
}
-//------------------------------------------------------------------------
+
sal_Bool ScDocStatPage::FillItemSet( SfxItemSet& /* rSet */ )
{
return false;
}
-//------------------------------------------------------------------------
+
void ScDocStatPage::Reset( const SfxItemSet& /* rSet */ )
{