[Libreoffice-commits] core.git: include/svl

Tobias Lippert drtl at fastmail.fm
Mon Mar 10 07:47:12 PDT 2014


 include/svl/style.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d7e34f117cfd0f651d3e723baa09528968daf2dd
Author: Tobias Lippert <drtl at 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 <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at 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;


More information about the Libreoffice-commits mailing list