tdf#143148 Use pragma once in embedserv and helpcompiler

Change-Id: I006bbcea9ea69ffcf7c789691583430c9154af2e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136058
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
Diane Leigh 2022-06-18 07:54:56 -04:00 committed by Ilmari Lauhakangas
parent 53786f02fd
commit 243ffb1604
2 changed files with 2 additions and 8 deletions

View file

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX
#define INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX
#pragma once
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
@ -171,6 +170,4 @@ protected:
}
#endif // INCLUDED_EMBEDSERV_SOURCE_INC_SYSWINWRAPPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View file

@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX
#define INCLUDED_HELPCOMPILER_INC_BASCODETAGGER_HXX
#pragma once
#include <deque>
#include <memory>
@ -55,6 +54,4 @@ class LibXmlTreeWalker
void ignoreCurrNodesChildren();
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */