summaryrefslogtreecommitdiff
path: root/reportdesign/inc/RptPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/inc/RptPage.hxx')
-rw-r--r--reportdesign/inc/RptPage.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx
index ca90ae3b2521..1313184d0da1 100644
--- a/reportdesign/inc/RptPage.hxx
+++ b/reportdesign/inc/RptPage.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
@@ -50,7 +50,7 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage
std::vector<SdrObject*> m_aTemporaryObjectList;
OReportPage(const OReportPage&);
-
+
// methode to remove temporary objects, created by 'special mode'
// (BegDragObj)
void removeTempObject(SdrObject *_pToRemoveObj);
@@ -65,7 +65,7 @@ public:
OReportPage( OReportModel& rModel
,const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection
,bool bMasterPage = false );
-
+
virtual SdrPage* Clone() const;
using SdrPage::Clone;
@@ -74,12 +74,12 @@ public:
virtual SdrObject* RemoveObject(ULONG nObjNum);
/** returns the index inside the object list which belongs to the report component.
- @param _xObject the report component
+ @param _xObject the report component
*/
ULONG getIndexOf(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);
/** removes the SdrObject which belongs to the report component.
- @param _xObject the report component
+ @param _xObject the report component
*/
void removeSdrObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);
@@ -89,7 +89,7 @@ public:
void resetSpecialMode();
/** insert a new SdrObject which belongs to the report component.
- @param _xObject the report component
+ @param _xObject the report component
*/
void insertObject(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XReportComponent >& _xObject);