summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-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);