summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:30:22 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-08-31 22:41:12 +0200
commitf212aa9f84246f9bc1feb3b169885c5e717a10cd (patch)
treec2f8dfc5576a37c9881d0d024a89bbc2fe8d5ff9 /reportdesign
parent8d6da3b8aed0b523375e00eb5b5e3c2b4ca89edf (diff)
fix existing comments
Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/inc/RptModel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx
index 5147b4c135d1..8c7161946209 100644
--- a/reportdesign/inc/RptModel.hxx
+++ b/reportdesign/inc/RptModel.hxx
@@ -61,7 +61,7 @@ public:
virtual void SetChanged(sal_Bool bFlg = sal_True);
virtual SdrPage* AllocPage(bool bMasterPage);
virtual SdrPage* RemovePage(sal_uInt16 nPgNum);
- /** returns the numbering type that is used to format page fields in drawing shapes */
+ /** @returns the numbering type that is used to format page fields in drawing shapes */
virtual SvxNumType GetPageNumType() const;
OXUndoEnvironment& GetUndoEnv();
@@ -75,8 +75,8 @@ public:
/** returns the page which belongs to a section
*
- * \param _xSection
- * \return The page or <NULL/> when no page could be found.
+ * @param _xSection
+ * @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);