summaryrefslogtreecommitdiff
path: root/include/svl/style.hxx
diff options
context:
space:
mode:
authorTobias Lippert <drtl@fastmail.fm>2014-03-05 20:12:40 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-03-10 09:46:53 -0500
commitd7e34f117cfd0f651d3e723baa09528968daf2dd (patch)
tree9e516853550b7b2db9f9f4eda7bcec907ebc0a5d /include/svl/style.hxx
parentba74c03f4a15d2f0f2ca20d1350128449c1405c2 (diff)
Add comment to StyleSheetIterator
Change-Id: I06db79b9c497d9dac4c4c8cff1f3ed3b36f0023f Reviewed-on: https://gerrit.libreoffice.org/8487 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r--include/svl/style.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index c597ecab480d..cbe7d4292f4b 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -160,6 +160,9 @@ class SVL_DLLPUBLIC SfxStyleSheetIterator
{
public:
+ /** Constructor.
+ * The iterator will only iterate over style sheets which have the family \p eFam
+ */
SfxStyleSheetIterator(SfxStyleSheetBasePool *pBase,
SfxStyleFamily eFam, sal_uInt16 n=SFXSTYLEBIT_ALL );
virtual sal_uInt16 GetSearchMask() const;