summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranirudh4583 <anirudhmitra210@gmail.com>2021-03-27 02:07:12 +0530
committerJulien Nabet <serval2412@yahoo.fr>2021-03-27 11:10:41 +0100
commit6e1bd835ed85d9eba9184d0afb5575246a6b7c9a (patch)
treecfd2e1c5f6db1d1e4957253e8d7a191ac26bb3f4
parent53c6aaac23e6b28a6d32cb973249df9251de8d58 (diff)
tdf#124176 Use pragma once
Change-Id: I58e9a50587d2f815ca09939a650debaa9a0a4969 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113187 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--include/vcl/syswin.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index 7c6f279b7037..7108bc2ba927 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_SYSWIN_HXX
-#define INCLUDED_VCL_SYSWIN_HXX
+#pragma once
#include <vcl/dllapi.h>
#include <vcl/idle.hxx>
@@ -253,6 +252,5 @@ inline void SystemWindow::SetIdleDebugName( const char *pDebugName )
maLayoutIdle.SetDebugName( pDebugName );
}
-#endif // INCLUDED_VCL_SYSWIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */