diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 08:28:23 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 10:54:09 +0100 |
commit | 1c0c2bb7920f5da7562a053019514d1e4cbdf1f6 (patch) | |
tree | d4dd124d4dbc0b12703b12d4eb945d11c063c297 /ucb/source/ucp/cmis | |
parent | 039e90ec011157c9e851221a53ec62d33acb71d1 (diff) |
tdf#124176 Use pragma once in u*
ucb, uno*, uui
Change-Id: Ic4b6d541eb0df8bf7bceddf178ebb5177ad2b87b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112046
Tested-by: Jenkins
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'ucb/source/ucp/cmis')
-rw-r--r-- | ucb/source/ucp/cmis/auth_provider.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/certvalidation_handler.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/children_provider.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_content.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_datasupplier.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_provider.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_repo_content.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_resultset.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_strings.hxx | 4 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_url.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/std_inputstream.hxx | 5 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/std_outputstream.hxx | 5 |
12 files changed, 12 insertions, 47 deletions
diff --git a/ucb/source/ucp/cmis/auth_provider.hxx b/ucb/source/ucp/cmis/auth_provider.hxx index 24430401d278..d9864c45b230 100644 --- a/ucb/source/ucp/cmis/auth_provider.hxx +++ b/ucb/source/ucp/cmis/auth_provider.hxx @@ -6,8 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_AUTH_PROVIDER_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_AUTH_PROVIDER_HXX +#pragma once #if defined __GNUC__ && !defined __clang__ #pragma GCC diagnostic push @@ -53,6 +52,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/certvalidation_handler.hxx b/ucb/source/ucp/cmis/certvalidation_handler.hxx index 7aa7f42be62e..110bf78ca5a2 100644 --- a/ucb/source/ucp/cmis/certvalidation_handler.hxx +++ b/ucb/source/ucp/cmis/certvalidation_handler.hxx @@ -9,8 +9,7 @@ * This file incorporates work covered by the following license notice: * */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CERTVALIDATION_HANDLER_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CERTVALIDATION_HANDLER_HXX +#pragma once #if defined __GNUC__ && !defined __clang__ #pragma GCC diagnostic push @@ -43,6 +42,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/children_provider.hxx b/ucb/source/ucp/cmis/children_provider.hxx index 210522a5f916..5a7348fb5fb3 100644 --- a/ucb/source/ucp/cmis/children_provider.hxx +++ b/ucb/source/ucp/cmis/children_provider.hxx @@ -6,8 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CHILDREN_PROVIDER_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CHILDREN_PROVIDER_HXX +#pragma once #include <vector> @@ -24,6 +23,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_content.hxx b/ucb/source/ucp/cmis/cmis_content.hxx index a0a301305473..cadfd3ea3112 100644 --- a/ucb/source/ucp/cmis/cmis_content.hxx +++ b/ucb/source/ucp/cmis/cmis_content.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_CONTENT_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_CONTENT_HXX +#pragma once #include <sal/config.h> @@ -208,6 +207,4 @@ public: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_datasupplier.hxx b/ucb/source/ucp/cmis/cmis_datasupplier.hxx index f7cad8774dc4..f11a9139707e 100644 --- a/ucb/source/ucp/cmis/cmis_datasupplier.hxx +++ b/ucb/source/ucp/cmis/cmis_datasupplier.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_DATASUPPLIER_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_DATASUPPLIER_HXX +#pragma once #include <vector> @@ -68,6 +67,4 @@ namespace cmis } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_provider.hxx b/ucb/source/ucp/cmis/cmis_provider.hxx index 0cc3233fb4a7..f6b627840da2 100644 --- a/ucb/source/ucp/cmis/cmis_provider.hxx +++ b/ucb/source/ucp/cmis/cmis_provider.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_PROVIDER_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_PROVIDER_HXX +#pragma once #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> @@ -54,6 +53,4 @@ public: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_repo_content.hxx b/ucb/source/ucp/cmis/cmis_repo_content.hxx index 67548a542570..00fc4e244960 100644 --- a/ucb/source/ucp/cmis/cmis_repo_content.hxx +++ b/ucb/source/ucp/cmis/cmis_repo_content.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_REPO_CONTENT_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_REPO_CONTENT_HXX +#pragma once #include "cmis_url.hxx" #include "children_provider.hxx" @@ -114,6 +113,4 @@ public: } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_resultset.hxx b/ucb/source/ucp/cmis/cmis_resultset.hxx index 1393ac926e8d..bb113b6b260d 100644 --- a/ucb/source/ucp/cmis/cmis_resultset.hxx +++ b/ucb/source/ucp/cmis/cmis_resultset.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_RESULTSET_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_RESULTSET_HXX +#pragma once #include <ucbhelper/resultsethelper.hxx> #include <com/sun/star/ucb/XCommandEnvironment.hpp> @@ -38,6 +37,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_strings.hxx b/ucb/source/ucp/cmis/cmis_strings.hxx index b2af8f877d7d..76a9d469022d 100644 --- a/ucb/source/ucp/cmis/cmis_strings.hxx +++ b/ucb/source/ucp/cmis/cmis_strings.hxx @@ -10,8 +10,7 @@ * */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_STRINGS_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_STRINGS_HXX +#pragma once #define CMIS_TYPE_STRING "String" #define CMIS_TYPE_INTEGER "Integer" @@ -19,5 +18,4 @@ #define CMIS_TYPE_DATETIME "Datetime" #define CMIS_TYPE_BOOL "Bool" -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/cmis_url.hxx b/ucb/source/ucp/cmis/cmis_url.hxx index 4df9c283180c..4d7ac99f77d0 100644 --- a/ucb/source/ucp/cmis/cmis_url.hxx +++ b/ucb/source/ucp/cmis/cmis_url.hxx @@ -6,8 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_URL_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_CMIS_URL_HXX +#pragma once #include <rtl/ustring.hxx> @@ -40,6 +39,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/std_inputstream.hxx b/ucb/source/ucp/cmis/std_inputstream.hxx index 8d23de87f16a..37bb4fb57339 100644 --- a/ucb/source/ucp/cmis/std_inputstream.hxx +++ b/ucb/source/ucp/cmis/std_inputstream.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_STD_INPUTSTREAM_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_STD_INPUTSTREAM_HXX +#pragma once #include <boost/shared_ptr.hpp> #include <istream> @@ -81,6 +80,4 @@ namespace cmis } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/ucb/source/ucp/cmis/std_outputstream.hxx b/ucb/source/ucp/cmis/std_outputstream.hxx index 3108a8cb9c5b..87afd47c8ee8 100644 --- a/ucb/source/ucp/cmis/std_outputstream.hxx +++ b/ucb/source/ucp/cmis/std_outputstream.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_UCB_SOURCE_UCP_CMIS_STD_OUTPUTSTREAM_HXX -#define INCLUDED_UCB_SOURCE_UCP_CMIS_STD_OUTPUTSTREAM_HXX +#pragma once #include <boost/shared_ptr.hpp> #include <ostream> @@ -51,6 +50,4 @@ namespace cmis }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |