summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:21:01 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:21:01 +0000
commit08b5911e6f23955d03c55978c5969f79a5af2650 (patch)
tree8f8aa954c0058e1065b9ecd5e02ada6e431c8b77 /extensions
parent5eb1d7b4f359f9d4ea2924aebd42a7067ef24d61 (diff)
INTEGRATION: CWS mba30patches01 (1.18.32); FILE MERGED
2008/04/23 10:50:44 mba 1.18.32.2: RESYNC: (1.18-1.20); FILE MERGED 2008/03/18 15:41:03 mba 1.18.32.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheck.cxx26
1 files changed, 1 insertions, 25 deletions
diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx
index c34276bbb1ab..6dfb1d03599e 100644
--- a/extensions/source/update/check/updatecheck.cxx
+++ b/extensions/source/update/check/updatecheck.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: updatecheck.cxx,v $
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
* This file is part of OpenOffice.org.
*
@@ -852,20 +852,6 @@ UpdateCheck::initialize(const uno::Sequence< beans::NamedValue >& rValues,
//------------------------------------------------------------------------------
void
-UpdateCheck::dispose()
-{
- shutdownThread(true);
-
- osl::MutexGuard aGuard(m_aMutex);
-
- m_eState = NOT_INITIALIZED;
- m_xContext.clear();
- m_xMenuBarUI.clear();
- m_aUpdateHandler.clear();
-}
-
-//------------------------------------------------------------------------------
-void
UpdateCheck::cancel()
{
osl::ClearableMutexGuard aGuard(m_aMutex);
@@ -1590,16 +1576,6 @@ UpdateCheck::createService(const rtl::OUString& rServiceName,
//------------------------------------------------------------------------------
-uno::Reference< uno::XInterface >
-UpdateCheck::createService(const rtl::OUString& rServiceName) const
-{
- osl::MutexGuard aGuard(m_aMutex);
- const uno::Reference<uno::XComponentContext>& xContext(m_xContext);
- return createService(rServiceName, xContext);
-}
-
-//------------------------------------------------------------------------------
-
bool
UpdateCheck::isDialogShowing() const
{