SfxStyleSheetBase::GetHelpId return sal_uInt32
Change-Id: I52c5ed939fd4cf26bf9f94651681650047f90030 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173780 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins
This commit is contained in:
parent
1db66dbdc0
commit
dcde476695
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@ void SdStyleSheetPool::UpdateStdNames()
|
|||
if( !pStyle->IsUserDefined() )
|
||||
{
|
||||
OUString aOldName = pStyle->GetName();
|
||||
sal_uLong nHelpId = pStyle->GetHelpId( aHelpFile );
|
||||
sal_uInt32 nHelpId = pStyle->GetHelpId( aHelpFile );
|
||||
SfxStyleFamily eFam = pStyle->GetFamily();
|
||||
|
||||
bool bHelpKnown = true;
|
||||
|
@ -1060,7 +1060,7 @@ void SdStyleSheetPool::PutNumBulletItem( SfxStyleSheetBase* pSheet,
|
|||
vcl::Font& rBulletFont )
|
||||
{
|
||||
OUString aHelpFile;
|
||||
sal_uLong nHelpId = pSheet->GetHelpId( aHelpFile );
|
||||
sal_uInt32 nHelpId = pSheet->GetHelpId( aHelpFile );
|
||||
SfxItemSet& rSet = pSheet->GetItemSet();
|
||||
|
||||
switch ( nHelpId )
|
||||
|
|
Loading…
Reference in a new issue