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 --- sw/source/ui/fmtui/tmpdlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/fmtui') diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 9e7f661872f1..77aa92b22293 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -407,7 +407,7 @@ void SwTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage ) static_cast(rPage).DisableOutline() ; static_cast(rPage).DisableNumbering(); }//<-end - weld::ComboBoxText& rBox = static_cast(rPage).GetStyleBox(); + weld::ComboBox& rBox = static_cast(rPage).GetStyleBox(); SfxStyleSheetBasePool* pPool = pWrtShell->GetView().GetDocShell()->GetStyleSheetPool(); pPool->SetSearchMask(SfxStyleFamily::Pseudo); const SfxStyleSheetBase* pBase = pPool->First(); -- cgit