User: obo Date: 2007-06-12 05:34:40+0000 Modified: dba/dbaccess/source/ui/inc/IController.hxx
Log: INTEGRATION: CWS dba23ui (1.6.242); FILE MERGED 2006/12/21 08:26:37 fs 1.6.242.1: #i72799# isCommandEnabled with String istead of complete URL File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: IController.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/IController.hxx?r1=1.6&r2=1.7 Delta lines: +2 -2 ------------------- --- IController.hxx 2005-09-08 15:18:27+0000 1.6 +++ IController.hxx 2007-06-12 05:34:38+0000 1.7 @@ -86,13 +86,13 @@ virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const = 0; /** checks if the given Command is enabled - @param _rCommand + @param _rCompleteCommandURL the URL of the command @return <TRUE/> if the command is allowed, otherwise <FALSE/>. */ - virtual sal_Bool isCommandEnabled(const ::com::sun::star::util::URL& _rCommand) const = 0; + virtual sal_Bool isCommandEnabled( const ::rtl::OUString& _rCompleteCommandURL ) const = 0; /** notifyHiContrastChanged will be called when the hicontrast mode changed. @param _bHiContrast --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
