summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 09:11:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 09:11:48 +0000
commit7da606447b826d185182e871992e1029bb499098 (patch)
treec91cdb691b0f1a575b21c88a9e1e2e411d942e54 /reportdesign
parente305cde67c3d107a482028ac2c2686affb409bf2 (diff)
INTEGRATION: CWS dba31a (1.3.30); FILE MERGED
2008/06/13 11:40:19 oj 1.3.30.1: #i88506# impl hyphenation
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/ui/inc/MarkedSection.hxx6
-rw-r--r--reportdesign/source/ui/inc/SectionView.hxx4
2 files changed, 5 insertions, 5 deletions
diff --git a/reportdesign/source/ui/inc/MarkedSection.hxx b/reportdesign/source/ui/inc/MarkedSection.hxx
index 1cd6c08693f6..177bfdd3cef3 100644
--- a/reportdesign/source/ui/inc/MarkedSection.hxx
+++ b/reportdesign/source/ui/inc/MarkedSection.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: MarkedSection.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -35,7 +35,7 @@
namespace rptui
{
- class OReportSection; // forward declaration
+ class OSectionWindow; // forward declaration
enum NearSectionAccess
{
@@ -49,7 +49,7 @@ namespace rptui
public:
/** returns the section which is currently marked.
*/
- virtual ::boost::shared_ptr<OReportSection> getMarkedSection(NearSectionAccess nsa) const =0;
+ virtual ::boost::shared_ptr<OSectionWindow> getMarkedSection(NearSectionAccess nsa) const =0;
/** mark the section on the given position .
*
diff --git a/reportdesign/source/ui/inc/SectionView.hxx b/reportdesign/source/ui/inc/SectionView.hxx
index cc0951030e6d..61ccb17535c3 100644
--- a/reportdesign/source/ui/inc/SectionView.hxx
+++ b/reportdesign/source/ui/inc/SectionView.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: SectionView.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -61,7 +61,7 @@ public:
virtual void MarkListHasChanged();
virtual void MakeVisible( const Rectangle& rRect, Window& rWin );
- inline OReportSection* getSectionWindow() const { return m_pSectionWindow; }
+ inline OReportSection* getReportSection() const { return m_pSectionWindow; }
};
}
#endif //_REPORT_SECTIONVIEW_HXX