From d7e34f117cfd0f651d3e723baa09528968daf2dd Mon Sep 17 00:00:00 2001 From: Tobias Lippert Date: Wed, 5 Mar 2014 20:12:40 +0100 Subject: Add comment to StyleSheetIterator MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I06db79b9c497d9dac4c4c8cff1f3ed3b36f0023f Reviewed-on: https://gerrit.libreoffice.org/8487 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svl/style.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/svl/style.hxx') 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; -- cgit