User: vg Date: 2008-08-19 10:10:27+0000 Modified: dba/reportdesign/source/ui/inc/MarkedSection.hxx
Log: INTEGRATION: CWS dba31a (1.3.30); FILE MERGED 2008/06/13 11:40:19 oj 1.3.30.1: #i88506# impl hyphenation File Changes: Directory: /dba/reportdesign/source/ui/inc/ =========================================== File [changed]: MarkedSection.hxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inc/MarkedSection.hxx?r1=1.3&r2=1.4 Delta lines: +2 -2 ------------------- --- MarkedSection.hxx 2008-04-10 19:02:25+0000 1.3 +++ MarkedSection.hxx 2008-08-19 10:10:24+0000 1.4 @@ -35,7 +35,7 @@ namespace rptui { - class OReportSection; // forward declaration + class OSectionWindow; // forward declaration enum NearSectionAccess { @@ -49,7 +49,7 @@ 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 . * --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
