summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/manager
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:15:11 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:15:11 +0000
commit93d42512d9a92b7a6dc8e40457baea07816ae6cb (patch)
treea1650d22aecb1d83165dfb2de5e05973a9320abe /desktop/source/deployment/manager
parentced858cb868519a0881699297805ecc7efc7b9c7 (diff)
INTEGRATION: CWS fwk86 (1.28.26); FILE MERGED
2008/04/30 15:50:35 pb 1.28.26.2: RESYNC: (1.28-1.30); FILE MERGED 2008/03/06 09:28:22 cd 1.28.26.1: #i86384# Remove unused code from desktop
Diffstat (limited to 'desktop/source/deployment/manager')
-rw-r--r--desktop/source/deployment/manager/dp_manager.cxx11
1 files changed, 1 insertions, 10 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.cxx b/desktop/source/deployment/manager/dp_manager.cxx
index 33b778ddd9..17e7b291ea 100644
--- a/desktop/source/deployment/manager/dp_manager.cxx
+++ b/desktop/source/deployment/manager/dp_manager.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dp_manager.cxx,v $
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
* This file is part of OpenOffice.org.
*
@@ -433,15 +433,6 @@ PackageManagerImpl::getSupportedPackageTypes() throw (RuntimeException)
}
//______________________________________________________________________________
-void PackageManagerImpl::checkAborted(
- ::rtl::Reference<AbortChannel> const & abortChannel )
-{
- if (abortChannel.is() && abortChannel->isAborted())
- throw CommandAbortedException(
- OUSTR("abort!"), static_cast<OWeakObject *>(this) );
-}
-
-//______________________________________________________________________________
Reference<task::XAbortChannel> PackageManagerImpl::createAbortChannel()
throw (RuntimeException)
{