diff options
Diffstat (limited to 'sc/inc/funcuno.hxx')
-rw-r--r-- | sc/inc/funcuno.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx index fa370de19241..3d62ecaded9d 100644 --- a/sc/inc/funcuno.hxx +++ b/sc/inc/funcuno.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_FUNCUNO_HXX -#define INCLUDED_SC_INC_FUNCUNO_HXX +#pragma once #include <memory> #include <com/sun/star/lang/XServiceInfo.hpp> @@ -98,6 +97,4 @@ public: virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |