diff options
Diffstat (limited to 'sc/inc/fielduno.hxx')
-rw-r--r-- | sc/inc/fielduno.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/fielduno.hxx b/sc/inc/fielduno.hxx index ede2d9a1607b..23759a3c19f3 100644 --- a/sc/inc/fielduno.hxx +++ b/sc/inc/fielduno.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_FIELDUNO_HXX -#define INCLUDED_SC_INC_FIELDUNO_HXX +#pragma once #include "address.hxx" #include "mutexhlp.hxx" @@ -254,6 +253,4 @@ public: virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |