diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:01:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-07-17 12:01:42 +0000 |
commit | e20dcb1b1e154ecea432979a557856de65323e63 (patch) | |
tree | 5eead7c4f1bc678a31d481d676f930ba4cb0caa1 /sd/source/ui/inc/unomodel.hxx | |
parent | 24d4633954afe109348ea37976bfc0590e49599d (diff) |
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
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index 21f1d88734eb..0a089a01f634 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -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); }; /*********************************************************************** |