summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
Diffstat (limited to 'sd')
-rw-r--r--sd/inc/stlsheet.hxx2
-rw-r--r--sd/source/core/stlsheet.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/stlsheet.hxx b/sd/inc/stlsheet.hxx
index fe1079ffd616..93044bdfd2f2 100644
--- a/sd/inc/stlsheet.hxx
+++ b/sd/inc/stlsheet.hxx
@@ -62,7 +62,7 @@ public:
virtual bool HasFollowSupport() const override;
virtual bool HasParentSupport() const override;
virtual bool HasClearParentSupport() const override;
- virtual void SetHelpId( const OUString& r, sal_uLong nId ) override;
+ virtual void SetHelpId( const OUString& r, sal_uInt32 nId ) override;
bool IsEditable();
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index e262e7a713ff..ba058df3f689 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -650,7 +650,7 @@ struct ApiNameMap
{ std::u16string_view(u"Arrow Dashed"), HID_POOLSHEET_LINES_DASHED }
};
-OUString GetApiNameForHelpId(sal_uLong nId)
+OUString GetApiNameForHelpId(sal_uInt32 nId)
{
if ((nId >= HID_PSEUDOSHEET_OUTLINE1) && (nId <= HID_PSEUDOSHEET_OUTLINE9))
return "outline" + OUStringChar(sal_Unicode('1' + (nId - HID_PSEUDOSHEET_OUTLINE1)));
@@ -685,7 +685,7 @@ sal_uInt32 GetHelpIdForApiName(std::u16string_view sName)
}
}
-void SdStyleSheet::SetHelpId( const OUString& r, sal_uLong nId )
+void SdStyleSheet::SetHelpId( const OUString& r, sal_uInt32 nId )
{
SfxStyleSheet::SetHelpId( r, nId );