summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorHossein <hossein@libreoffice.org>2024-01-04 10:32:49 +0000
committerHossein <hossein@libreoffice.org>2024-01-05 23:30:47 +0100
commit1ec3ef4db8c4c03d89a3d86c0e633effde04efda (patch)
tree924bfb73d47bfaf27287736aa5c66a7ac9f63f81 /include
parente93d25ab979ba824f5ee1d22e1d2f43c74afb99f (diff)
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 <hossein@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/svl/style.hxx2
1 files changed, 1 insertions, 1 deletions
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 )