summaryrefslogtreecommitdiff
path: root/include/svx/srchdlg.hxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2018-05-06 06:44:12 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-06 11:59:36 +0200
commit9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch)
tree571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/srchdlg.hxx
parentf705883c2a5bfaf24d355b9a41bd613e71fc72e4 (diff)
svx: remove comment cruft
Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6 Reviewed-on: https://gerrit.libreoffice.org/53899 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rw-r--r--include/svx/srchdlg.hxx13
1 files changed, 2 insertions, 11 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx
index 748ced9bdb58..8da9ca5eb535 100644
--- a/include/svx/srchdlg.hxx
+++ b/include/svx/srchdlg.hxx
@@ -50,8 +50,6 @@ struct SearchAttrItem
SfxPoolItem* pItem;
};
-// class SearchAttrItemList ----------------------------------------------
-
typedef std::vector<SearchAttrItem> SrchAttrItemList;
class SVX_DLLPUBLIC SearchAttrItemList : private SrchAttrItemList
@@ -77,9 +75,6 @@ public:
void Remove(size_t nPos);
};
-
-// class SvxSearchDialogWrapper ------------------------------------------
-
enum class SearchLabel
{
Empty,
@@ -108,16 +103,12 @@ public:
SFX_DECL_CHILDWINDOW_WITHID(SvxSearchDialogWrapper);
};
-// class SvxSearchDialog -------------------------------------------------
-/*
- [Description]
+/**
In this modeless dialog the attributes for a search are configured
and a search is started from it. Several search types
(search, search all, replace, replace all) are possible.
- [Items]
- <SvxSearchItem><SID_ATTR_SEARCH>
-*/
+ */
class SvxSearchDialog : public SfxModelessDialog
{