summaryrefslogtreecommitdiff
path: root/basctl/source
diff options
context:
space:
mode:
authorFatih <budakf@itu.edu.tr>2020-04-23 15:32:27 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-05-04 12:33:08 +0200
commit305dab19f8a5ae320f0772829d1be73a62c9bb48 (patch)
tree76c9b60b5bc596052157363ed0f27bf386e4fd96 /basctl/source
parenta05ad2aab70de111aa52d856c1f2c1c94313129b (diff)
Use pragma once instead of include guards
Change-Id: Ife31f595e7b704903f65eb8ba327da12a8fcf4d0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92786 Tested-by: Jenkins Reviewed-by: Yusuf Keten <ketenyusuf@gmail.com> Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'basctl/source')
-rw-r--r--basctl/source/inc/accessibledialogcontrolshape.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/inc/accessibledialogcontrolshape.hxx b/basctl/source/inc/accessibledialogcontrolshape.hxx
index c7baeeecd980..2fbf73aa4e83 100644
--- a/basctl/source/inc/accessibledialogcontrolshape.hxx
+++ b/basctl/source/inc/accessibledialogcontrolshape.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_INC_ACCESSIBLEDIALOGCONTROLSHAPE_HXX
-#define INCLUDED_BASCTL_SOURCE_INC_ACCESSIBLEDIALOGCONTROLSHAPE_HXX
+#pragma once
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -130,6 +129,4 @@ public:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_INC_ACCESSIBLEDIALOGCONTROLSHAPE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */