basctl/source/inc/accessibledialogcontrolshape.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 305dab19f8a5ae320f0772829d1be73a62c9bb48 Author: Fatih <[email protected]> AuthorDate: Thu Apr 23 15:32:27 2020 +0300 Commit: Muhammet Kara <[email protected]> CommitDate: Mon May 4 12:33:08 2020 +0200 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 <[email protected]> Reviewed-by: Muhammet Kara <[email protected]> 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
