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>
This commit is contained in:
Ayhan Yalçınsoy
2019-12-20 21:12:36 +03:00
committed by Muhammet Kara
parent 0cc5185147
commit 7cf98c89c1

View File

@@ -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: */