summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorAyhan Yalçınsoy <ayhanyalcinsoy@pisilinux.org>2019-12-20 21:12:36 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2019-12-20 20:57:30 +0100
commit7cf98c89c19e68b369a296d55c2e9bdf1b42d356 (patch)
tree2de6e35338ea47a95dcd7504e63e8f17173e9d95 /accessibility
parent0cc5185147402f6c5a4ff8e1256aa8348a04f75e (diff)
tdf#124176:Use pragma once instead of include guards
Change-Id: I7f71f0142759362fcfb30364694e3f4fc590274c Reviewed-on: https://gerrit.libreoffice.org/85551 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/source/inc/floatingwindowaccessible.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/accessibility/source/inc/floatingwindowaccessible.hxx b/accessibility/source/inc/floatingwindowaccessible.hxx
index 94670742e69c..1a7cb4008458 100644
--- a/accessibility/source/inc/floatingwindowaccessible.hxx
+++ b/accessibility/source/inc/floatingwindowaccessible.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX
-#define INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX
+#pragma once
#include <toolkit/awt/vclxaccessiblecomponent.hxx>
@@ -30,6 +29,4 @@ public:
virtual void FillAccessibleRelationSet( utl::AccessibleRelationSetHelper& rRelationSet ) override;
};
-#endif // INCLUDED_ACCESSIBILITY_SOURCE_INC_FLOATINGWINDOWACCESSIBLE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */