summaryrefslogtreecommitdiff
path: root/accessibility/inc/standard/vclxaccessibleheaderbar.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-28 10:21:34 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-28 12:02:16 +0100
commit40f1a46e8d4e4f4a67a1909ae636ec17f7cc7658 (patch)
tree797eb3a5765ea820f86b4c5d85f21b0c4309527a /accessibility/inc/standard/vclxaccessibleheaderbar.hxx
parent84eb872beb5f68a985dfe65c16c756cb4c45a84b (diff)
tdf#124176: Use "pragma once" on accessibility/*
It passed "make check" on Linux Change-Id: I62f45125264e15a8edd8a48964ec78c4a9598485 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85915 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'accessibility/inc/standard/vclxaccessibleheaderbar.hxx')
-rw-r--r--accessibility/inc/standard/vclxaccessibleheaderbar.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/accessibility/inc/standard/vclxaccessibleheaderbar.hxx b/accessibility/inc/standard/vclxaccessibleheaderbar.hxx
index 268f5675d9c1..a75107956ca7 100644
--- a/accessibility/inc/standard/vclxaccessibleheaderbar.hxx
+++ b/accessibility/inc/standard/vclxaccessibleheaderbar.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_ACCESSIBILITY_INC_STANDARD_VCLXACCESSIBLEHEADERBAR_HXX
-#define INCLUDED_ACCESSIBILITY_INC_STANDARD_VCLXACCESSIBLEHEADERBAR_HXX
+#pragma once
#include <vcl/headbar.hxx>
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
@@ -54,6 +53,5 @@ private:
ListItems m_aAccessibleChildren;
};
-#endif // INCLUDED_ACCESSIBILITY_INC_STANDARD_VCLXACCESSIBLEHEADERBAR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */