vcl/inc/svdata.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit b964de6daacd583a1ae10760fe76a6cb49bd2e4d Author: Chris Sherlock <chris.sherloc...@gmail.com> AuthorDate: Wed Sep 22 05:21:28 2021 +1000 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Sat Sep 25 21:17:07 2021 +0200 tdf#143148 - Use pragma once instead of include guards Done in preparation of split of outdev.h into seperate headers Change-Id: If9c52a7cf8d401cdcf84043d27dc826cca27fea8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122405 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index d428b5b301a0..de7ffa726494 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_SVDATA_HXX -#define INCLUDED_VCL_INC_SVDATA_HXX +#pragma once #include <config_version.h> @@ -461,6 +460,4 @@ struct ImplSVEvent extern int nImplSysDialog; -#endif // INCLUDED_VCL_INC_SVDATA_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */