diff options
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: */ |