summaryrefslogtreecommitdiff
path: root/extensions/source/update/check/updateinfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/update/check/updateinfo.hxx')
-rw-r--r--extensions/source/update/check/updateinfo.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/update/check/updateinfo.hxx b/extensions/source/update/check/updateinfo.hxx
index a63e2332a546..79387b3585e7 100644
--- a/extensions/source/update/check/updateinfo.hxx
+++ b/extensions/source/update/check/updateinfo.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATEINFO_HXX
-#define INCLUDED_EXTENSIONS_SOURCE_UPDATE_CHECK_UPDATEINFO_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <vector>
@@ -59,6 +58,4 @@ struct UpdateInfo
// Returns the URL of the release note for the given position
OUString getReleaseNote(const UpdateInfo& rInfo, sal_uInt8 pos, bool autoDownloadEnabled=false);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */