From 66356194e2a9b45df904e6452b954b9e15a121c3 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Tue, 11 Jan 2011 16:23:55 +0100 Subject: removetooltypes01: #i112600# do not affect FASTBOOL in this cws --- fpicker/source/office/iodlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fpicker') diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 131e0841cfb7..3749b6e7a85a 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -3273,7 +3273,7 @@ sal_Bool SvtFileDialog::AddControl( Window* pControl, sal_Bool bNewLine ) Point aNewControlPos; Size* pNewDlgSize = NULL; sal_Bool bNewRow = bNewLine; - int bFirstNewRow = sal_False; + sal_Bool bFirstNewRow = sal_False; if ( nType == WINDOW_WINDOW ) { -- cgit