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

james (via logerrit) logerrit at kemper.freedesktop.org
Sat Feb 29 10:07:37 UTC 2020


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

New commits:
commit 32d08f86d20b2f7e44f6b0506feee90fb7138d33
Author:     james <jamesnattala007 at gmail.com>
AuthorDate: Fri Feb 28 22:06:53 2020 +0530
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sat Feb 29 11:07:05 2020 +0100

    tdf#124176: Use pragma once instead of include guards
    
    Change-Id: I548c21fab001217095e7ad603f42e4495d19505d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89729
    Tested-by: Mike Kaganski <mike.kaganski at collabora.com>
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/basctl/source/inc/baside3.hxx b/basctl/source/inc/baside3.hxx
index 838e94a9ef19..a56b5972e2e5 100644
--- a/basctl/source/inc/baside3.hxx
+++ b/basctl/source/inc/baside3.hxx
@@ -17,8 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX
-#define INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX
+#pragma once
 
 #include "dlged.hxx"
 #include "layout.hxx"
@@ -153,6 +152,4 @@ private:
 
 } // namespace basctl
 
-#endif // INCLUDED_BASCTL_SOURCE_INC_BASIDE3_HXX
-
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list