summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:15:27 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:15:27 +0000
commitc30175ab319f2a59214f97300e8996266c2aa5a5 (patch)
tree51bcfab9163fda6478327a75590c8130d46e35d1 /desktop
parent5c8f3aa0661e864f2446c0ba14a0cb62c16b6170 (diff)
INTEGRATION: CWS fwk86 (1.14.26); FILE MERGED
2008/04/30 15:50:39 pb 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED 2008/03/06 09:28:22 cd 1.14.26.1: #i86384# Remove unused code from desktop
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/deployment/manager/dp_manager.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/source/deployment/manager/dp_manager.h b/desktop/source/deployment/manager/dp_manager.h
index a9781676c599..0b93e3ba1928 100644
--- a/desktop/source/deployment/manager/dp_manager.h
+++ b/desktop/source/deployment/manager/dp_manager.h
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dp_manager.h,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -97,9 +97,6 @@ class PackageManagerImpl : private ::dp_misc::MutexHolder, public t_pm_helper
css::uno::Reference<css::ucb::XCommandEnvironment> const & cmdEnv);
- void checkAborted(
- ::rtl::Reference< ::dp_misc::AbortChannel > const & abortChannel );
-
class CmdEnvWrapperImpl
: public ::cppu::WeakImplHelper2< css::ucb::XCommandEnvironment,
css::ucb::XProgressHandler >