From 7b8556729629ceaf633f60c86f0114e4427d2b4a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 14 May 2018 12:52:37 +0100 Subject: weld GalleryIdDialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I214afef7668eaf5082683f1c77b08aa0c5107619 Reviewed-on: https://gerrit.libreoffice.org/54317 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/galtheme.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/svx/galtheme.hxx') diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index 8442f95ca705..d967392fa3f6 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -56,7 +57,6 @@ typedef ::std::vector< GalleryObject* > GalleryObjectList; class GalleryThemeEntry; class SgaObject; class FmFormModel; -class ListBox; class Gallery; class GalleryProgress; @@ -205,7 +205,7 @@ public: SAL_DLLPRIVATE SvStream& WriteData( SvStream& rOut ) const; SAL_DLLPRIVATE SvStream& ReadData( SvStream& rIn ); - static void InsertAllThemes( ListBox& rListBox ); + static void InsertAllThemes(weld::ComboBoxText& rListBox); // for buffering PreviewBitmaps and strings for object and path SAL_DLLPRIVATE void GetPreviewBitmapExAndStrings(sal_uInt32 nPos, BitmapEx& rBitmapEx, Size& rSize, OUString& rTitle, OUString& rPath) const; -- cgit