summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:22:09 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:22:09 +0000
commit72673ccff260fe99974f42f9f0220dd6d87d5e09 (patch)
tree9ca8fc14aa0c0d060d3de73410a0f0306ed1f35f /extensions
parent8f108be6918a787fbc870923b334572d24e82510 (diff)
INTEGRATION: CWS mba30patches01 (1.9.40); FILE MERGED
2008/04/23 10:50:50 mba 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED 2008/03/18 15:41:03 mba 1.9.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheckconfig.cxx10
1 files changed, 1 insertions, 9 deletions
diff --git a/extensions/source/update/check/updatecheckconfig.cxx b/extensions/source/update/check/updatecheckconfig.cxx
index 8e9d6676c862..704b8c4fc065 100644
--- a/extensions/source/update/check/updatecheckconfig.cxx
+++ b/extensions/source/update/check/updatecheckconfig.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: updatecheckconfig.cxx,v $
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
* This file is part of OpenOffice.org.
*
@@ -129,14 +129,6 @@ UpdateCheckROModel::isAutoCheckEnabled() const
//------------------------------------------------------------------------------
bool
-UpdateCheckROModel::isAutoDownloadEnabled() const
-{
- return sal_True == m_aNameAccess.getValue(AUTODOWNLOAD_ENABLED).get< sal_Bool >();
-}
-
-//------------------------------------------------------------------------------
-
-bool
UpdateCheckROModel::isDownloadPaused() const
{
return sal_True == m_aNameAccess.getValue(DOWNLOAD_PAUSED).get< sal_Bool >();