vcl/inc/filter/XpmReader.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit c73e52d295c97e1ce35ad7066d0e92982e897e29 Author: Manish <[email protected]> AuthorDate: Thu Nov 28 11:04:15 2024 +0530 Commit: Ilmari Lauhakangas <[email protected]> CommitDate: Thu Nov 28 20:58:22 2024 +0100 tdf#143148: Replace include guards with #pragma once in XpmReader.hxx Change-Id: I2708f103cb9e63294cd2ee056dc490c734285a31 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177487 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <[email protected]> diff --git a/vcl/inc/filter/XpmReader.hxx b/vcl/inc/filter/XpmReader.hxx index 6928a10be872..9d2cf94c98e3 100644 --- a/vcl/inc/filter/XpmReader.hxx +++ b/vcl/inc/filter/XpmReader.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX -#define INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX +#pragma once #include <tools/stream.hxx> #include <vcl/dllapi.h> @@ -27,6 +26,4 @@ class Graphic; VCL_DLLPUBLIC bool ImportXPM(SvStream& rStream, Graphic& rGraphic); -#endif // INCLUDED_VCL_SOURCE_FILTER_IXPM_XPMREAD_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
