summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportRuler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportRuler.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportRuler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/reportdesign/source/ui/report/ReportRuler.cxx b/reportdesign/source/ui/report/ReportRuler.cxx
index 9789afa75265..518f24ce9e72 100644
--- a/reportdesign/source/ui/report/ReportRuler.cxx
+++ b/reportdesign/source/ui/report/ReportRuler.cxx
@@ -30,22 +30,22 @@ OReportRuler::OReportRuler(Window* _pParent,OReportWindow* _pReportWindow,const
Show();
}
-//------------------------------------------------------------------------------
+
OReportRuler::~OReportRuler()
{
delete m_pSection;
}
-//------------------------------------------------------------------------------
+
void OReportRuler::Resize()
{
m_pSection->SetPosSizePixel(Point(0,0),GetOutputSize());
}
-//------------------------------------------------------------------------------
+
void OReportRuler::SetGridVisible(sal_Bool _bVisible)
{
m_pSection->SetGridVisible( _bVisible );
}
-//------------------------------------------------------------------------------
+
//==============================================================================
} // rptui
//==============================================================================