basctl/source/inc/baside3.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 32d08f86d20b2f7e44f6b0506feee90fb7138d33 Author: james <[email protected]> AuthorDate: Fri Feb 28 22:06:53 2020 +0530 Commit: Mike Kaganski <[email protected]> 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 <[email protected]> Reviewed-by: Mike Kaganski <[email protected]> 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: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
