summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-05 14:23:00 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-05 14:23:00 +0000
commitc3a3264a43148ebc480d30a3e39857b38a75a27c (patch)
treecb21bcfc2023081223be849ae7ef359ed70f8933 /forms
parentb230f30630cc470095a8c7eb9ec77a814c006a87 (diff)
INTEGRATION: CWS dba30b (1.18.36); FILE MERGED
2008/04/15 21:52:59 fs 1.18.36.2: RESYNC: (1.18-1.19); FILE MERGED 2008/02/26 08:28:58 fs 1.18.36.1: remove unused code Issue number: #i86305# Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'forms')
-rw-r--r--forms/source/inc/FormComponent.hxx9
1 files changed, 1 insertions, 8 deletions
diff --git a/forms/source/inc/FormComponent.hxx b/forms/source/inc/FormComponent.hxx
index 76407845395a..10326029534e 100644
--- a/forms/source/inc/FormComponent.hxx
+++ b/forms/source/inc/FormComponent.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormComponent.hxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -354,13 +354,6 @@ protected:
void doSetDelegator();
void doResetDelegator();
- /** checks if the object is still alive
-
- @throws ::com::sun::star::lang::DisposedException
- if the object is already disposed
- */
- void ensureAlive() SAL_THROW( ( ::com::sun::star::lang::DisposedException ) );
-
::com::sun::star::uno::Sequence< ::rtl::OUString > getAggregateServiceNames();
public: