Tag: cws_src680_oj14 User: fs Date: 2007-06-19 08:05:18+0000 Modified: dba/reportdesign/source/ui/report/DesignView.cxx
Log: changed signature of isCommandEnabled File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: DesignView.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/DesignView.cxx?r1=1.1.2.10&r2=1.1.2.11 Delta lines: +3 -3 ------------------- --- DesignView.cxx 2007-06-05 20:55:38+0000 1.1.2.10 +++ DesignView.cxx 2007-06-19 08:05:16+0000 1.1.2.11 @@ -4,9 +4,9 @@ * * $RCSfile: DesignView.cxx,v $ * - * $Revision: 1.1.2.10 $ + * $Revision: 1.1.2.11 $ * - * last change: $Author: fs $ $Date: 2007/06/05 20:55:38 $ + * last change: $Author: fs $ $Date: 2007/06/19 08:05:16 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -210,7 +210,7 @@ const KeyCode& rCode = pKeyEvent->GetKeyCode(); util::URL aUrl; aUrl.Complete = m_pAccel->findCommand(svt::AcceleratorExecute::st_VCLKey2AWTKey(rCode)); - if ( !aUrl.Complete.getLength() || !m_pController->isCommandEnabled(aUrl) ) + if ( !aUrl.Complete.getLength() || !m_pController->isCommandEnabled( aUrl.Complete ) ) nRet = 0L; } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
