Tag: cws_dev300_dba31a User: fs Date: 2008-07-02 20:22:42+0000 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.81.42.2&r2=1.81.42.3 Delta lines: +3 -3 ------------------- --- SelectionBrowseBox.cxx 2008-07-02 09:16:42+0000 1.81.42.2 +++ SelectionBrowseBox.cxx 2008-07-02 20:22:38+0000 1.81.42.3 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SelectionBrowseBox.cxx,v $ - * $Revision: 1.81.42.2 $ + * $Revision: 1.81.42.3 $ * * This file is part of OpenOffice.org. * @@ -242,7 +242,7 @@ Reference< XConnection> xConnection = static_cast<OQueryController&>(getDesignView()->getController()).getConnection(); if(xConnection.is()) { - const IParseContext& rContext = static_cast<OQueryController*>(getDesignView()->getController())->getParser().getContext(); + const IParseContext& rContext = static_cast<OQueryController&>(getDesignView()->getController()).getParser().getContext(); IParseContext::InternationalKeyCode eFunctions[] = { IParseContext::KEY_AVG,IParseContext::KEY_COUNT,IParseContext::KEY_MAX ,IParseContext::KEY_MIN,IParseContext::KEY_SUM ,IParseContext::KEY_EVERY --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
