summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:22:27 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:22:27 +0000
commit7fd046426d2b136d5e784470ca6b1a3d6306fbfa (patch)
treecd8b637cfd5b6f22354f6155a1e0e6d46fcd54c9 /extensions
parent72673ccff260fe99974f42f9f0220dd6d87d5e09 (diff)
INTEGRATION: CWS mba30patches01 (1.7.40); FILE MERGED
2008/04/23 10:50:53 mba 1.7.40.2: RESYNC: (1.7-1.8); FILE MERGED 2008/03/18 15:41:03 mba 1.7.40.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/update/check/updatecheckconfig.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/update/check/updatecheckconfig.hxx b/extensions/source/update/check/updatecheckconfig.hxx
index 53689e8c1b25..dc66656314dd 100644
--- a/extensions/source/update/check/updatecheckconfig.hxx
+++ b/extensions/source/update/check/updatecheckconfig.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: updatecheckconfig.hxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -70,7 +70,6 @@ public:
UpdateCheckROModel(IByNameAccess& aNameAccess) : m_aNameAccess(aNameAccess) {};
bool isAutoCheckEnabled() const;
- bool isAutoDownloadEnabled() const;
bool isDownloadPaused() const;
rtl::OUString getLocalFileName() const;
sal_Int64 getDownloadSize() const;