summaryrefslogtreecommitdiff
path: root/include/basic/codecompletecache.hxx
diff options
context:
space:
mode:
authorAbraham Samuel Adekunle <abrahamadekunle50@gmail.com>2024-10-12 15:21:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-10-13 20:55:50 +0200
commit3287deb82ef0ee2048f733ae981961f527888727 (patch)
tree6b67455b4fdb7e47f1689a41cae506668092e733 /include/basic/codecompletecache.hxx
parent0e70c14134e899d3abb443761fe9f6a7249f724a (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: I70338b85b9c0205a7dd2349d10c621ceddacb176 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174849 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basic/codecompletecache.hxx')
-rw-r--r--include/basic/codecompletecache.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx
index 2c6c0873fcb0..c21a40825ad0 100644
--- a/include/basic/codecompletecache.hxx
+++ b/include/basic/codecompletecache.hxx
@@ -16,9 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#ifndef INCLUDED_BASIC_CODECOMPLETECACHE_HXX
-#define INCLUDED_BASIC_CODECOMPLETECACHE_HXX
+#pragma once
#include <config_options.h>
#include <basic/basicdllapi.h>
@@ -88,6 +86,4 @@ public:
void Clear();
};
-#endif // INCLUDED_BASIC_CODECOMPLETECACHE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */