summaryrefslogtreecommitdiffstats
path: root/sc/inc/bigrange.hxx
diff options
context:
space:
mode:
authorNourah.AlShoeibi <nourah.alshoeibi@gmail.com>2013-07-09 19:50:34 +0300
committerPetr Mladek <pmladek@suse.cz>2013-07-09 17:13:53 +0000
commit59db0c242a7c97bd40b1cc33dd37f34fcefa5019 (patch)
treed41076963c7dfd401b828eb87b00730bf393fb14 /sc/inc/bigrange.hxx
parentAdd this. (diff)
downloadcore-59db0c242a7c97bd40b1cc33dd37f34fcefa5019.tar.gz
core-59db0c242a7c97bd40b1cc33dd37f34fcefa5019.zip
Modifying comments to meet Doxygen standards
Change-Id: I5626478f75a95a47493689db73b2886e316edb5d Reviewed-on: https://gerrit.libreoffice.org/4788 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
Diffstat (limited to 'sc/inc/bigrange.hxx')
-rw-r--r--sc/inc/bigrange.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index a3efe5ade28c..5abb2b09ec6b 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -185,9 +185,9 @@ public:
{ return ScRange( aStart.MakeAddress(),
aEnd.MakeAddress() ); }
- inline sal_Bool In( const ScBigAddress& ) const; // is Address& in range?
- inline sal_Bool In( const ScBigRange& ) const; // is Range& in range?
- inline sal_Bool Intersects( const ScBigRange& ) const; // do two ranges overlap?
+ inline sal_Bool In( const ScBigAddress& ) const; ///< is Address& in range?
+ inline sal_Bool In( const ScBigRange& ) const; ///< is Range& in range?
+ inline sal_Bool Intersects( const ScBigRange& ) const; ///< do two ranges overlap?
ScBigRange& operator=( const ScBigRange& r )
{ aStart = r.aStart; aEnd = r.aEnd; return *this; }