summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updateprotocol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updateprotocol.hxx')
-rw-r--r--extensions/source/update/check/updateprotocol.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/update/check/updateprotocol.hxx b/extensions/source/update/check/updateprotocol.hxx
index 248fe2b2a389..4dedeb0d6cfd 100644
--- a/extensions/source/update/check/updateprotocol.hxx
+++ b/extensions/source/update/check/updateprotocol.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATEPROTOCOL_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATEPROTOCOL_HXX
+#pragma once
#include <sal/config.h>
@@ -66,6 +65,4 @@ bool storeExtensionUpdateInfos(
const css::uno::Sequence< css::uno::Sequence< OUString > > &rUpdateInfos
);
-#endif // INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATEPROTOCOL_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */