summaryrefslogtreecommitdiff
path: root/canvas/source/directx/dx_impltools.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:36:11 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 08:55:42 +0200
commitdf9ff47f984bfb8ce265cb73ec10a3dd5837bd10 (patch)
tree3add658814387dfeebf529df5f730de4b8904bbc /canvas/source/directx/dx_impltools.hxx
parent24491636d36a1d92a4bb9f3f1f1b2e65b81d8429 (diff)
tdf#124176 Use #pragma once in canvas
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Icd712adf20fa2dbaaea2fc33a0fd870c8595b7e2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100147 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'canvas/source/directx/dx_impltools.hxx')
-rw-r--r--canvas/source/directx/dx_impltools.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/directx/dx_impltools.hxx b/canvas/source/directx/dx_impltools.hxx
index 720826e35652..2c6b85ce83ff 100644
--- a/canvas/source/directx/dx_impltools.hxx
+++ b/canvas/source/directx/dx_impltools.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CANVAS_SOURCE_DIRECTX_DX_IMPLTOOLS_HXX
-#define INCLUDED_CANVAS_SOURCE_DIRECTX_DX_IMPLTOOLS_HXX
+#pragma once
#include <com/sun/star/uno/Reference.hxx>
#include <com/sun/star/uno/Sequence.hxx>
@@ -122,6 +121,4 @@ namespace dxcanvas::tools
}
-#endif // INCLUDED_CANVAS_SOURCE_DIRECTX_DX_IMPLTOOLS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */