summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updatecheckconfiglistener.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updatecheckconfiglistener.hxx')
-rw-r--r--extensions/source/update/check/updatecheckconfiglistener.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/update/check/updatecheckconfiglistener.hxx b/extensions/source/update/check/updatecheckconfiglistener.hxx
index b251220de44e..903200f68c16 100644
--- a/extensions/source/update/check/updatecheckconfiglistener.hxx
+++ b/extensions/source/update/check/updatecheckconfiglistener.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATECHECKCONFIGLISTENER_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATECHECKCONFIGLISTENER_HXX
+#pragma once
#include <salhelper/simplereferenceobject.hxx>
@@ -35,6 +34,4 @@ protected:
virtual ~UpdateCheckConfigListener() override {}
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */