From f212aa9f84246f9bc1feb3b169885c5e717a10cd Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sat, 31 Aug 2013 22:30:22 +0200 Subject: fix existing comments Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b --- reportdesign/inc/RptModel.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'reportdesign') 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 when no page could be found. + * @param _xSection + * @return The page or when no page could be found. */ OReportPage* getPage(const ::com::sun::star::uno::Reference< ::com::sun::star::report::XSection >& _xSection); -- cgit