summaryrefslogtreecommitdiff
path: root/basic/source/inc/errobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/errobject.hxx')
-rw-r--r--basic/source/inc/errobject.hxx4
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: */