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/ole/windata.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/ole/windata.hxx')
-rw-r--r-- | extensions/source/ole/windata.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/extensions/source/ole/windata.hxx b/extensions/source/ole/windata.hxx index ed673c465dc8..9d87623dd425 100644 --- a/extensions/source/ole/windata.hxx +++ b/extensions/source/ole/windata.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_OLE_WINDATA_HXX -#define INCLUDED_EXTENSIONS_SOURCE_OLE_WINDATA_HXX +#pragma once #include <oleidl.h> @@ -194,6 +193,4 @@ public: } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |