INTEGRATION: CWS basemodelrefactoring (1.30.62); FILE MERGED

2007/03/23 13:47:33 mba 1.30.62.1: #i75677#: SetPrinter must be callable from API
This commit is contained in:
Oliver Bolte 2007-07-17 12:01:42 +00:00
parent 24d4633954
commit e20dcb1b1e

View file

@ -4,9 +4,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
* $Revision: 1.30 $
* $Revision: 1.31 $
*
* last change: $Author: kz $ $Date: 2006-12-12 17:52:41 $
* last change: $Author: obo $ $Date: 2007-07-17 13:01:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -275,10 +275,6 @@ public:
See also comments of issue 27847.
*/
virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException);
// XPrintable
virtual void SAL_CALL setPrinter( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& seqPrinter )
throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException);
};
/***********************************************************************