User: kz Date: 2008-04-08 12:42:43+0000 Modified: dba/dbaccess/inc/singledoccontroller.hxx
Log: #i88015# buildfixes File Changes: Directory: /dba/dbaccess/inc/ ============================= File [changed]: singledoccontroller.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/inc/singledoccontroller.hxx?r1=1.4&r2=1.5 Delta lines: +7 -5 ------------------- --- singledoccontroller.hxx 2008-04-04 14:29:15+0000 1.4 +++ singledoccontroller.hxx 2008-04-08 12:42:40+0000 1.5 @@ -4,9 +4,9 @@ * * $RCSfile: singledoccontroller.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2008/04/04 14:29:15 $ + * last change: $Author: kz $ $Date: 2008/04/08 12:42:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -178,6 +178,7 @@ // ::com::sun::star::frame::XController virtual sal_Bool SAL_CALL suspend(sal_Bool bSuspend) throw( ::com::sun::star::uno::RuntimeException ); + virtual sal_Bool SAL_CALL attachModel(const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & xModel) throw( ::com::sun::star::uno::RuntimeException ); // XScriptInvocationContext virtual ::com::sun::star::uno::Reference< ::com::sun::star::document::XEmbeddedScripts > SAL_CALL getScriptContainer() throw (::com::sun::star::uno::RuntimeException); @@ -214,10 +215,11 @@ // XTypeProvider virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes( ) throw (::com::sun::star::uno::RuntimeException); + protected: + sal_Int32 getCurrentStartNumber() const; + private: OSingleDocumentController(); // never implemented - - sal_Int32 getCurrentStartNumber() const; }; //........................................................................ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
