include/svl/style.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1ec3ef4db8c4c03d89a3d86c0e633effde04efda
Author:     Hossein <hoss...@libreoffice.org>
AuthorDate: Thu Jan 4 10:32:49 2024 +0000
Commit:     Hossein <hoss...@libreoffice.org>
CommitDate: Fri Jan 5 23:30:47 2024 +0100

    Update comment to match function parameters
    
    One parameter of SfxStyleSheetBasePool::Make function was changed in
    0035573ee7798cdf54ef44a54306a0515eeb90a7, but that change was not
    reflected in the comment. It is now updated.
    
    Change-Id: I89f7c1a6e0424d11acddf1f94d3af370af691b36
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161611
    Tested-by: Jenkins
    Reviewed-by: Hossein <hoss...@libreoffice.org>

diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index 0e3a09ec442e..75ebe788c737 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -101,7 +101,7 @@ SfxSimpleHint(SfxHintId::Dying) from:
 
 SfxStyleSheetHint( SfxHintId::StyleSheetCreated, *p ) from:
    SfxStyleSheetBasePool::Make( const String& rName,
-   SfxStyleFamily eFam, sal_uInt16 mask)
+   SfxStyleFamily eFam, SfxStyleSearchBits mask)
 
 SfxStyleSheetHint( SfxHintId::StyleSheetChanged, *pNew ) from:
    SfxStyleSheetBasePool::Add( SfxStyleSheetBase& rSheet )

Reply via email to