diff options
author | bugrakurt <bugrakurt26@gmail.com> | 2020-01-30 16:08:46 +0300 |
---|---|---|
committer | Muhammet Kara <muhammet.kara@collabora.com> | 2020-01-30 16:53:03 +0100 |
commit | 1a07ce2112e3b4dc117d8cafe85d2c19957755d2 (patch) | |
tree | 7b95b771335ccd2bd64e337d2b3b0e9740df2e48 /ucb/source/ucp/webdav-neon/ContentProperties.hxx | |
parent | facc94bb0aef58353d54e14f948790643ccbec32 (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: Ia353a95df0e78e9da2b6fb95c2bc3a6e83c72fcd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87738
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'ucb/source/ucp/webdav-neon/ContentProperties.hxx')
-rw-r--r-- | ucb/source/ucp/webdav-neon/ContentProperties.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.hxx b/ucb/source/ucp/webdav-neon/ContentProperties.hxx index 6fbe5fe017a0..163e4dcd51cd 100644 --- a/ucb/source/ucp/webdav-neon/ContentProperties.hxx +++ b/ucb/source/ucp/webdav-neon/ContentProperties.hxx @@ -26,8 +26,7 @@ * ************************************************************************/ -#ifndef INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_CONTENTPROPERTIES_HXX -#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_CONTENTPROPERTIES_HXX +#pragma once #include <config_lgpl.h> #include <memory> @@ -181,6 +180,4 @@ public: } // namespace webdav_ucp -#endif // INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_CONTENTPROPERTIES_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |