Tag: cws_src680_odbmacros2 User: fs Date: 2007-12-19 07:14:09+0000 Modified: dba/dbaccess/inc/genericcontroller.hxx
Log: #i10000# File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: genericcontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/genericcontroller.hxx?r1=1.5.82.2&r2=1.5.82.3 Delta lines: +3 -3 ------------------- --- genericcontroller.hxx 2007-12-18 21:20:41+0000 1.5.82.2 +++ genericcontroller.hxx 2007-12-19 07:14:07+0000 1.5.82.3 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.hxx,v $ * - * $Revision: 1.5.82.2 $ + * $Revision: 1.5.82.3 $ * - * last change: $Author: fs $ $Date: 2007/12/18 21:20:41 $ + * last change: $Author: fs $ $Date: 2007/12/19 07:14:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -431,7 +431,7 @@ virtual sal_Bool isCommandEnabled(sal_uInt16 _nCommandId) const; virtual sal_Bool isCommandEnabled(const ::rtl::OUString& _rCompleteCommandURL) const; virtual sal_Bool isDataSourceReadOnly() const; - virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > SAL_CALL getXController(); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > SAL_CALL getXController() throw( ::com::sun::star::uno::RuntimeException ); // misc virtual sal_Bool isCommandChecked(sal_uInt16 _nCommandId) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
