diff options
author | Gökhan Özeloğlu <gozeloglu@gmail.com> | 2020-11-22 06:57:14 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-11-22 08:52:21 +0100 |
commit | 61f2209ac2e744b42da929e79ed9380269a95dd6 (patch) | |
tree | 4a74c8e3c37d19351642ad43edc3cf464bc34c3b | |
parent | c3c9c0505509d69501ed835e97418b82e64bdfab (diff) |
tdf#124176: Use pragma once instead of include guards
Change-Id: Idb778188a0a2f0c26e007dc919adbffe3af6e435
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106331
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sw/source/core/access/acctable.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/core/access/acctable.hxx b/sw/source/core/access/acctable.hxx index 4da4944ba2c2..eea56e379015 100644 --- a/sw/source/core/access/acctable.hxx +++ b/sw/source/core/access/acctable.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SW_SOURCE_CORE_ACCESS_ACCTABLE_HXX -#define INCLUDED_SW_SOURCE_CORE_ACCESS_ACCTABLE_HXX +#pragma once #include <com/sun/star/accessibility/XAccessibleTable.hpp> #include <com/sun/star/accessibility/XAccessibleTableSelection.hpp> @@ -275,6 +274,5 @@ public: getImplementationName() override; }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |