summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatecheck.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:21:18 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:21:18 +0000
commit8f108be6918a787fbc870923b334572d24e82510 (patch)
tree3f5e3c7434bbfc94c8862b2331e9e08ab5788cbb /extensions/source/update/check/updatecheck.hxx
parent08b5911e6f23955d03c55978c5969f79a5af2650 (diff)
INTEGRATION: CWS mba30patches01 (1.4.62); FILE MERGED
2008/04/23 10:50:47 mba 1.4.62.2: RESYNC: (1.4-1.5); FILE MERGED 2008/03/18 15:41:03 mba 1.4.62.1: #i86365#: remove unused code
Diffstat (limited to 'extensions/source/update/check/updatecheck.hxx')
-rw-r--r--extensions/source/update/check/updatecheck.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx
index 5673858a0462..709458ce5dfe 100644
--- a/extensions/source/update/check/updatecheck.hxx
+++ b/extensions/source/update/check/updatecheck.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: updatecheck.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -76,8 +76,6 @@ public:
void initialize(const com::sun::star::uno::Sequence<com::sun::star::beans::NamedValue>& rValues,
const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& xContext);
- void dispose();
-
/* Returns an instance of the specified service obtained from the specified
* component context
*/
@@ -86,9 +84,6 @@ public:
const rtl::OUString& aServiceName,
const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>& xContext);
- com::sun::star::uno::Reference< com::sun::star::uno::XInterface > createService(
- const rtl::OUString& aServiceName) const;
-
// Update internal update info member
void setUpdateInfo(const UpdateInfo& aInfo);