diff options
author | George Bateman <george.bateman16@gmail.com> | 2020-08-04 21:07:00 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-09-04 08:57:06 +0200 |
commit | fb4ddf2fc997f3b0c193b6dce22a0b1313f24240 (patch) | |
tree | 1960f6c0165aac32633a948d4c055d65298b09de /basic/source/inc/errobject.hxx | |
parent | df9ff47f984bfb8ce265cb73ec10a3dd5837bd10 (diff) |
tdf#124176 Use #pragma once in basic
This commit was carried out by a Python script, source of which
is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97.
Change-Id: Ief7f29d8efaa3d6ac417080f3147a087844621a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100128
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r-- | basic/source/inc/errobject.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/basic/source/inc/errobject.hxx b/basic/source/inc/errobject.hxx index 65c4722e3319..95900abeb46a 100644 --- a/basic/source/inc/errobject.hxx +++ b/basic/source/inc/errobject.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX -#define INCLUDED_BASIC_SOURCE_INC_ERROBJECT_HXX +#pragma once #include "sbunoobj.hxx" #include <ooo/vba/XErrObject.hpp> @@ -38,6 +37,5 @@ public: /// @throws css::uno::RuntimeException void setNumberAndDescription( ::sal_Int32 _number, const OUString& _description ); }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |