diff options
author | Vincent LE GARREC <libreoffice@le-garrec.fr> | 2021-03-06 08:18:00 +0100 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2021-03-23 10:48:06 +0100 |
commit | 039e90ec011157c9e851221a53ec62d33acb71d1 (patch) | |
tree | e4b792dc6b8fe11cd823c53d94fb41ffab2a28d3 /extensions/source/inc/componentmodule.hxx | |
parent | ae2299301c3a5797b1a99d69156f367cabc614b0 (diff) |
tdf#124176 Use pragma once in extensions
Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048
Tested-by: Jenkins
Reviewed-by: John Turpish <jbt@gmx.us>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'extensions/source/inc/componentmodule.hxx')
-rw-r--r-- | extensions/source/inc/componentmodule.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/inc/componentmodule.hxx b/extensions/source/inc/componentmodule.hxx index 3b5d402578cd..80bc71169190 100644 --- a/extensions/source/inc/componentmodule.hxx +++ b/extensions/source/inc/componentmodule.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX -#define INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX +#pragma once #include <rtl/ustring.hxx> @@ -31,6 +30,4 @@ namespace compmodule } // namespace compmodule -#endif // INCLUDED_EXTENSIONS_SOURCE_INC_COMPONENTMODULE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |