diff options
Diffstat (limited to 'include/svx/fontlb.hxx')
-rw-r--r-- | include/svx/fontlb.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fontlb.hxx b/include/svx/fontlb.hxx index eed5eb3f5ca0..9174b97ad193 100644 --- a/include/svx/fontlb.hxx +++ b/include/svx/fontlb.hxx @@ -45,7 +45,7 @@ public: /** Creates a new empty list box item. */ virtual SvLBoxItem* Create() const override; - void InitViewData( SvTreeListBox*,SvTreeListEntry*,SvViewDataItem* ) override; + void InitViewData( SvTreeListBox*, SvTreeListEntry*, SvViewDataItem* = nullptr ) override; /** Paints this entry to the specified position, using the own font settings. */ virtual void Paint(const Point& rPos, SvTreeListBox& rOutDev, vcl::RenderContext& rRenderContext, |