summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorMehmet Emin Başoğlu <mehmeteminbasoglu@hotmail.com>2020-01-25 16:23:02 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-26 20:10:59 +0100
commit34330368088109fd140cad345f3de1077d195ddd (patch)
tree875094a450f7b7d99a8805c3b324dcf4aa6633bc /include/ucbhelper
parentc37d56c6cd161fd67e5aae917dc248f373df7767 (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: I045ce53c74bfb24be77537986fb5a8fcad3ed173 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87401 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/authenticationfallback.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ucbhelper/authenticationfallback.hxx b/include/ucbhelper/authenticationfallback.hxx
index 171ebb7fe15f..a2634b06069b 100644
--- a/include/ucbhelper/authenticationfallback.hxx
+++ b/include/ucbhelper/authenticationfallback.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_UCBHELPER_AUTHENTICATIONFALLBACK_HXX
-#define INCLUDED_UCBHELPER_AUTHENTICATIONFALLBACK_HXX
+#pragma once
#include <rtl/ref.hxx>
#include <ucbhelper/interactionrequest.hxx>
@@ -46,6 +45,4 @@ public:
} // namespace ucbhelper
-#endif /* ! INCLUDED_UCBHELPER_AUTHENTICATIONFALLBACK_HXX*/
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */