diff options
Diffstat (limited to 'svl/source/items/style.cxx')
-rw-r--r-- | svl/source/items/style.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx index 41551e506498..0b0054984a4c 100644 --- a/svl/source/items/style.cxx +++ b/svl/source/items/style.cxx @@ -270,13 +270,13 @@ std::optional<SfxItemSet> SfxStyleSheetBase::GetItemSetForPreview() /** * Set help file and ID and return it */ -sal_uLong SfxStyleSheetBase::GetHelpId( OUString& rFile ) +sal_uInt32 SfxStyleSheetBase::GetHelpId( OUString& rFile ) { rFile = aHelpFile; return nHelpId; } -void SfxStyleSheetBase::SetHelpId( const OUString& rFile, sal_uLong nId ) +void SfxStyleSheetBase::SetHelpId( const OUString& rFile, sal_uInt32 nId ) { aHelpFile = rFile; nHelpId = nId; |