summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-14 17:07:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-14 20:11:35 +0200
commitda10ce7452554a6c2ea6f664a3f87b8125369d06 (patch)
treefe46c731da506491ac624153f1ef4f21d985a3ee /include
parentab51ab4a76a1c9af51e86d1c18e192f504b0faf7 (diff)
Related: tdf#132852 SetExtraSpacing can't precede SetDrawingArea
Change-Id: I9713527122a016021f4e21824e0287d7397e754f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94249 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/SvxPresetListBox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/SvxPresetListBox.hxx b/include/svx/SvxPresetListBox.hxx
index f246ee6b2906..7b5cca421f54 100644
--- a/include/svx/SvxPresetListBox.hxx
+++ b/include/svx/SvxPresetListBox.hxx
@@ -42,6 +42,7 @@ public:
virtual void Resize() override;
virtual bool Command(const CommandEvent& rEvent) override;
+ virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override;
Size const & GetIconSize() const { return aIconSize; }
void SetRenameHdl( const Link<SvxPresetListBox*,void>& rLink )