From 76c7cabc42a239dbaf9e72122d36fb213e5a3555 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 14 Sep 2018 15:07:17 +0100 Subject: rename to weld::ComboBox are they are not text only now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ice26d1fd2ad97a6959c6916fef428777efea9c2d Reviewed-on: https://gerrit.libreoffice.org/60500 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- include/svx/galtheme.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/galtheme.hxx') diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx index c83ba9609565..56ef1e7129d6 100644 --- a/include/svx/galtheme.hxx +++ b/include/svx/galtheme.hxx @@ -203,7 +203,7 @@ public: SAL_DLLPRIVATE SvStream& WriteData( SvStream& rOut ) const; SAL_DLLPRIVATE SvStream& ReadData( SvStream& rIn ); - static void InsertAllThemes(weld::ComboBoxText& rListBox); + static void InsertAllThemes(weld::ComboBox& 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