summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorAshok <ashokemailat@yahoo.com>2024-07-24 14:29:32 -0700
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2024-07-25 16:45:30 +0200
commit44522c38eca2955d2728dd7f0c433dcabb729f3b (patch)
treef5a7e8c59af29982aa82541437b8610ea34ae2a0 /vcl
parent3c30273d72e1cb6ff6cc1d9afd464ab927e16459 (diff)
tdf#143148 Use pragma once instead of include guards
Change-Id: I4d29ac20dc56b32d394beada19f7f1d8f99d22ae Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170985 Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/saltimer.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/vcl/inc/saltimer.hxx b/vcl/inc/saltimer.hxx
index 69545ac96b87..3cdb47777139 100644
--- a/vcl/inc/saltimer.hxx
+++ b/vcl/inc/saltimer.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_INC_SALTIMER_HXX
-#define INCLUDED_VCL_INC_SALTIMER_HXX
+#pragma once
#include <sal/config.h>
#include <vcl/dllapi.h>
@@ -98,6 +97,4 @@ public:
}
};
-#endif // INCLUDED_VCL_INC_SALTIMER_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */