diff options
Diffstat (limited to 'include/svx/SvxPresetListBox.hxx')
-rw-r--r-- | include/svx/SvxPresetListBox.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx index e5733097adcf..5255f4156be7 100644 --- a/include/svx/SvxPresetListBox.hxx +++ b/include/svx/SvxPresetListBox.hxx @@ -28,6 +28,7 @@ class SVXCORE_DLLPUBLIC SvxPresetListBox final : public ValueSet private: static constexpr sal_uInt32 nColCount = 3; Size aIconSize; + sal_uInt16 mnContextMenuItemId; Link<SvxPresetListBox*,void> maRenameHdl; Link<SvxPresetListBox*,void> maDeleteHdl; @@ -43,6 +44,7 @@ public: virtual bool Command(const CommandEvent& rEvent) override; virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override; Size const & GetIconSize() const { return aIconSize; } + sal_uInt16 GetContextMenuItemId() const { return mnContextMenuItemId; } void SetRenameHdl( const Link<SvxPresetListBox*,void>& rLink ) { |