diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 14:11:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 14:11:43 +0000 |
commit | 755619de2ae15acb919f219a5f25dce2fe2b1957 (patch) | |
tree | d9a0a4d58553047f0fb502dd1324514efd74d651 /sd/source/ui/inc/unomodel.hxx | |
parent | 0671ae6709715b838d4af9359e145c22c1228886 (diff) |
INTEGRATION: CWS impress10 (1.26.170); FILE MERGED
2004/09/24 07:46:56 af 1.26.170.1: #i27847# Added a comment about implicitly calling close() and being able to be called twice.
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index ff2853efd2bb..be4db1a99d06 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomodel.hxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: rt $ $Date: 2004-03-30 14:35:01 $ + * last change: $Author: rt $ $Date: 2004-11-26 15:11:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -290,6 +290,14 @@ public: virtual void SAL_CALL render( sal_Int32 nRenderer, const ::com::sun::star::uno::Any& aSelection, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& xOptions ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); // XComponent + + /** This dispose implementation releases the resources held by the + called object and forwards the call to its base class. + When close() has not yet been called then this is done first. As a + consequence the implementation has to cope with being called twice + and still has to forward the second call to the base class. + See also comments of issue 27847. + */ virtual void SAL_CALL dispose() throw (::com::sun::star::uno::RuntimeException); // XPrintable |