summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/inc/ReportRuler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/inc/ReportRuler.hxx')
-rw-r--r--reportdesign/source/ui/inc/ReportRuler.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/source/ui/inc/ReportRuler.hxx b/reportdesign/source/ui/inc/ReportRuler.hxx
index 97962a336ee5..fd78308a5408 100644
--- a/reportdesign/source/ui/inc/ReportRuler.hxx
+++ b/reportdesign/source/ui/inc/ReportRuler.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -37,9 +37,9 @@ namespace rptui
class OReportWindow;
class OReportRuler : public Window
{
- OReportSection* m_pSection;
- OReportWindow* m_pParent;
- sal_Bool m_bShow;
+ OReportSection* m_pSection;
+ OReportWindow* m_pParent;
+ sal_Bool m_bShow;
OReportRuler(OReportRuler&);
void operator =(OReportRuler&);
public:
@@ -49,8 +49,8 @@ namespace rptui
// windows overloads
virtual void Resize();
- inline OReportSection* getSection() const { return m_pSection; }
- inline OReportWindow* getView() const { return m_pParent; }
+ inline OReportSection* getSection() const { return m_pSection; }
+ inline OReportWindow* getView() const { return m_pParent; }
/** makes the grid visible
*