diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-02 14:45:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-06 16:44:21 +0100 |
commit | 40fe5b93bc0838e04b46bfc7942d1ee6a2482ce0 (patch) | |
tree | 151814d0863c9912d18722732beb13b1e22e0ff1 /include/svx/itemwin.hxx | |
parent | d1133d71a6109d1999121fd6a91573d12dc4852b (diff) |
weld AreaPropertyPanel
Change-Id: I5f4c4b43067b99cd57f8ea941002481ef5977e09
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86144
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/itemwin.hxx')
-rw-r--r-- | include/svx/itemwin.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/itemwin.hxx b/include/svx/itemwin.hxx index 4f4c3ec140a0..889a513586fe 100644 --- a/include/svx/itemwin.hxx +++ b/include/svx/itemwin.hxx @@ -113,6 +113,7 @@ public: void Fill( const XPatternListRef &pList ); static void Fill(weld::ComboBox&, const XHatchListRef &pList); + static void Fill(weld::ComboBox&, const XGradientListRef &pList); static void Fill(weld::ComboBox&, const XBitmapListRef &pList); static void Fill(weld::ComboBox&, const XPatternListRef &pList); |