summaryrefslogtreecommitdiff
path: root/canvas/source/vcl/canvasfont.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/vcl/canvasfont.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/vcl/canvasfont.hxx')
-rw-r--r--canvas/source/vcl/canvasfont.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/canvas/source/vcl/canvasfont.hxx b/canvas/source/vcl/canvasfont.hxx
index f9cd2d6d29f3..fdfa870f5ed3 100644
--- a/canvas/source/vcl/canvasfont.hxx
+++ b/canvas/source/vcl/canvasfont.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CANVAS_SOURCE_VCL_CANVASFONT_HXX
-#define INCLUDED_CANVAS_SOURCE_VCL_CANVASFONT_HXX
+#pragma once
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
@@ -85,6 +84,4 @@ namespace vclcanvas
}
-#endif // INCLUDED_CANVAS_SOURCE_VCL_CANVASFONT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */