summaryrefslogtreecommitdiffstats
path: root/reportdesign/inc/RptModel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/RptModel.hxx')
-rw-r--r--reportdesign/inc/RptModel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 9062a7aaf0f7..67e9daf7f810 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -16,6 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
#ifndef REPORT_RPTMODEL_HXX
#define REPORT_RPTMODEL_HXX
@@ -23,7 +24,6 @@
#include <svx/svdmodel.hxx>
#include <com/sun/star/report/XReportDefinition.hpp>
-
class Window;
namespace dbaui
{
@@ -79,7 +79,7 @@ public:
/** returns the page which belongs to a section
*
* \param _xSection
- * \return The page or <NULL/> when tīno page could be found.
+ * \return The page or <NULL/> when no page could be found.
*/
OReportPage* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection);