diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-19 21:36:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-19 21:36:33 +0000 |
commit | 518afc153572e5e1b07ca999ebc0de1c59647507 (patch) | |
tree | 67d65ca45c65fbbbb2a43773288a36713e741333 /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 8f0121a6c41b0de73793b77ae61aef27fc638b4a (diff) |
INTEGRATION: CWS warningfixes02 (1.38.4); FILE MERGED
2006/06/30 11:53:09 sb 1.38.4.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 8d3a23adc746..194c30f6644a 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: obo $ $Date: 2006-07-10 15:40:03 $ + * last change: $Author: kz $ $Date: 2006-07-19 22:36:33 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -538,7 +538,7 @@ void OJoinController::loadTableWindow(const Sequence<PropertyValue>& _rTable) } else if ( pIter->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "ShowAll" ) ) ) { - sal_Bool bShowAll; + sal_Bool bShowAll = false; pIter->Value >>= bShowAll; pData->ShowAll(bShowAll); } |