summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-11 16:23:55 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-11 16:23:55 +0100
commit94074918aa68094c548840fabe5e7d2b506fc92d (patch)
tree6471ab4e5d4e1d92674d57b5e444a1737f8c3427 /fpicker
parent1fae019d7eb6cd10ddc4a8cdf3575ef414ec54e7 (diff)
removetooltypes01: #i112600# do not affect FASTBOOL in this cws
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/iodlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx
index c02aba0989..3b05e9e8fa 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 )
{