include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit e8614c7f4dc78c8c2fb5417d7193c6f9325de5cf Author: Tomaž Vajngerl <[email protected]> AuthorDate: Mon Feb 3 17:57:41 2020 +0100 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Tue Feb 4 08:35:16 2020 +0100 use "pragma once" in backgroundcolorprimitive2d.hxx Change-Id: I50a2395a42ea523247d0aeff02324988edbcdc77 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87935 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <[email protected]> diff --git a/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx index 5d3c7eff21d2..b88a43f4d26e 100644 --- a/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/backgroundcolorprimitive2d.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DRAWINGLAYER_PRIMITIVE2D_BACKGROUNDCOLORPRIMITIVE2D_HXX -#define INCLUDED_DRAWINGLAYER_PRIMITIVE2D_BACKGROUNDCOLORPRIMITIVE2D_HXX +#pragma once #include <drawinglayer/drawinglayerdllapi.h> @@ -81,7 +80,4 @@ namespace drawinglayer } // end of namespace primitive2d } // end of namespace drawinglayer - -#endif //INCLUDED_DRAWINGLAYER_PRIMITIVE2D_BACKGROUNDCOLORPRIMITIVE2D_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
