diff options
-rw-r--r-- | include/svl/style.hxx | 2 |
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 ) |