Tag: odbmacros_2_5 User: fs Date: 2008-02-26 14:08:14+0000 Modified: dba/dbaccess/source/core/dataaccess/databasedocument.hxx
Log: removed unused method File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: databasedocument.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/databasedocument.hxx?r1=1.14.56.7&r2=1.14.56.7.2.1 Delta lines: +2 -10 -------------------- --- databasedocument.hxx 2008-02-06 08:33:03+0000 1.14.56.7 +++ databasedocument.hxx 2008-02-26 14:08:11+0000 1.14.56.7.2.1 @@ -4,9 +4,9 @@ * * $RCSfile: databasedocument.hxx,v $ * - * $Revision: 1.14.56.7 $ + * $Revision: 1.14.56.7.2.1 $ * - * last change: $Author: fs $ $Date: 2008/02/06 08:33:03 $ + * last change: $Author: fs $ $Date: 2008/02/26 14:08:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -410,14 +410,6 @@ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rMediaDescriptor ) const; - /** switches the document to the given root storages - - The method simply calls the impl's switchToStorage, and then notifes our storage listeners - */ - void impl_switchToStorage_throw( - const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& _rxNewRootStorage - ); - /// determines whether we should disable the scripting related interfaces bool impl_shouldDisallowScripting_nolck_nothrow() const; }; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
