sfx2/source/dialog/filedlghelper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1b6b836411c67ad53c17d6dc5ebceaf62d9d9a5a Author: Julien Nabet <[email protected]> Date: Sun Mar 24 22:11:45 2013 +0100 coverity#704302 Logically dead code Change-Id: Ibdea2ca5225ac13e80b0a76cd0fd79e463c32e37 Reviewed-on: https://gerrit.libreoffice.org/2977 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[email protected]> diff --git a/sfx2/source/dialog/filedlghelper.cxx b/sfx2/source/dialog/filedlghelper.cxx index 164bc7e..6108a62 100644 --- a/sfx2/source/dialog/filedlghelper.cxx +++ b/sfx2/source/dialog/filedlghelper.cxx @@ -529,7 +529,7 @@ void FileDialogHelper_Impl::updateSelectionBox() for ( sal_uInt32 nCtrl = 0; nCtrl < nCount; ++nCtrl ) if ( aCtrlList[ nCtrl ] == "SelectionBox" ) { - bSelectionBoxFound = sal_False; + bSelectionBoxFound = sal_True; break; } } _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
