diff options
Diffstat (limited to 'idl/inc/basobj.hxx')
-rw-r--r-- | idl/inc/basobj.hxx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/idl/inc/basobj.hxx b/idl/inc/basobj.hxx index 2bdd8e622e44..c7d8b77f1466 100644 --- a/idl/inc/basobj.hxx +++ b/idl/inc/basobj.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_IDL_INC_BASOBJ_HXX -#define INCLUDED_IDL_INC_BASOBJ_HXX +#pragma once #include <tools/ref.hxx> #include "bastype.hxx" @@ -122,7 +121,4 @@ public: { aRef = pRef; } }; -#endif // INCLUDED_IDL_INC_BASOBJ_HXX - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |