summaryrefslogtreecommitdiffstats
path: root/sc/inc/queryentry.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/queryentry.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/queryentry.hxx')
-rw-r--r--sc/inc/queryentry.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx
index 08a2f811fd77..a3baea6fd5c2 100644
--- a/sc/inc/queryentry.hxx
+++ b/sc/inc/queryentry.hxx
@@ -53,14 +53,14 @@ struct SC_DLLPUBLIC ScQueryEntry
SCCOLROW nField;
ScQueryOp eOp;
ScQueryConnect eConnect;
- mutable utl::SearchParam* pSearchParam; // if RegExp, not saved
- mutable utl::TextSearch* pSearchText; // if RegExp, not saved
+ mutable utl::SearchParam* pSearchParam; ///< if RegExp, not saved
+ mutable utl::TextSearch* pSearchText; ///< if RegExp, not saved
ScQueryEntry();
ScQueryEntry(const ScQueryEntry& r);
~ScQueryEntry();
- // creates pSearchParam and pSearchText if necessary, always RegExp!
+ /// creates pSearchParam and pSearchText if necessary, always RegExp!
utl::TextSearch* GetSearchTextPtr( bool bCaseSens ) const;
QueryItemsType& GetQueryItems();