diff options
author | dmc_dev <davidcarter.codes@gmail.com> | 2024-03-16 11:58:41 -0500 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2024-03-16 20:20:21 +0100 |
commit | d969251911a3499c78a3e09e0a6eb0285e8ab05c (patch) | |
tree | 5e94eeed8ac7d26beee8fb95b87b47b498f0b69f /idl/inc/object.hxx | |
parent | 471bbaf15fb392a194b9392d982cf2e33495f4b3 (diff) |
tdf#143148 update all headers in idl/inc to use #pragma once
Change-Id: I65a5d21bed1753f3dbb5ad1b87fb76ea16066413
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/164928
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'idl/inc/object.hxx')
-rw-r--r-- | idl/inc/object.hxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/idl/inc/object.hxx b/idl/inc/object.hxx index 4254a4e1f318..1c1ff4c37988 100644 --- a/idl/inc/object.hxx +++ b/idl/inc/object.hxx @@ -17,13 +17,10 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_IDL_INC_OBJECT_HXX -#define INCLUDED_IDL_INC_OBJECT_HXX +#pragma once #include "types.hxx" - #include <tools/solar.h> - #include <vector> class SvMetaClass; @@ -85,6 +82,4 @@ public: virtual void WriteSfx( SvIdlDataBase & rBase, SvStream & rOutStm ) override; }; -#endif // INCLUDED_IDL_INC_OBJECT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |