[Libreoffice-commits] core.git: basctl/source

Fatih (via logerrit) logerrit at kemper.freedesktop.org
Mon May 4 10:33:45 UTC 2020


 basctl/source/inc/accessibledialogcontrolshape.hxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 305dab19f8a5ae320f0772829d1be73a62c9bb48
Author:     Fatih <budakf at itu.edu.tr>
AuthorDate: Thu Apr 23 15:32:27 2020 +0300
Commit:     Muhammet Kara <muhammet.kara at collabora.com>
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 <ketenyusuf at gmail.com>
    Reviewed-by: Muhammet Kara <muhammet.kara at collabora.com>

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


More information about the Libreoffice-commits mailing list