summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbaapplication.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbaapplication.hxx')
-rw-r--r--sc/source/ui/vba/vbaapplication.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/source/ui/vba/vbaapplication.hxx b/sc/source/ui/vba/vbaapplication.hxx
index eac54601d260..f439a91aa763 100644
--- a/sc/source/ui/vba/vbaapplication.hxx
+++ b/sc/source/ui/vba/vbaapplication.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX
-#define INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX
+#pragma once
#include <vector>
@@ -161,6 +160,5 @@ public:
// XSinkCaller
virtual void SAL_CALL CallSinks( const OUString& Method, css::uno::Sequence< css::uno::Any >& Arguments ) override;
};
-#endif // INCLUDED_SC_SOURCE_UI_VBA_VBAAPPLICATION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */