summaryrefslogtreecommitdiffstats
path: root/include/dbaccess
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-24 12:55:55 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-25 08:27:22 +0200
commit6505f43b09fda83f26159746083b971bfab8054a (patch)
tree80b19f17f0200593a0abfc0bba123f075e347f38 /include/dbaccess
parentFix typo in code (diff)
downloadcore-6505f43b09fda83f26159746083b971bfab8054a.tar.gz
core-6505f43b09fda83f26159746083b971bfab8054a.zip
tdf#124176 Use #pragma once in some include/
switch to #pragma It passed "make check" on Linux Change-Id: Idb01cc7d4ccf404df82016b1b3356400320eb317 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103305 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'include/dbaccess')
-rw-r--r--include/dbaccess/AsynchronousLink.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dbaccess/AsynchronousLink.hxx b/include/dbaccess/AsynchronousLink.hxx
index c2779be5334a..0b63cbed957d 100644
--- a/include/dbaccess/AsynchronousLink.hxx
+++ b/include/dbaccess/AsynchronousLink.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX
-#define INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX
+#pragma once
#include <osl/mutex.hxx>
#include <tools/link.hxx>
@@ -57,6 +56,5 @@ namespace dbaui
void CancelCall();
};
}
-#endif // INCLUDED_DBACCESS_ASYNCRONOUSLINK_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */