include/svl/style.hxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit d7e34f117cfd0f651d3e723baa09528968daf2dd Author: Tobias Lippert <d...@fastmail.fm> Date: Wed Mar 5 20:12:40 2014 +0100
Add comment to StyleSheetIterator Change-Id: I06db79b9c497d9dac4c4c8cff1f3ed3b36f0023f Reviewed-on: https://gerrit.libreoffice.org/8487 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/include/svl/style.hxx b/include/svl/style.hxx index c597eca..cbe7d42 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;
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits