summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/actionlistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/actionlistener.hxx')
-rw-r--r--extensions/source/update/check/actionlistener.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/extensions/source/update/check/actionlistener.hxx b/extensions/source/update/check/actionlistener.hxx
index 6253d7e643e1..63c5ac1cb019 100644
--- a/extensions/source/update/check/actionlistener.hxx
+++ b/extensions/source/update/check/actionlistener.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_ACTIONLISTENER_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_ACTIONLISTENER_HXX
+#pragma once
#include <salhelper/simplereferenceobject.hxx>
@@ -28,7 +27,6 @@ class IActionListener : public virtual salhelper::SimpleReferenceObject
virtual void cancel() = 0;
virtual void download() = 0;
- virtual void install() = 0;
virtual void pause() = 0;
virtual void resume() = 0;
virtual void closeAfterFailure() = 0;
@@ -37,6 +35,4 @@ protected:
virtual ~IActionListener() override {}
};
-#endif // INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_ACTIONLISTENER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */