diff options
Diffstat (limited to 'sc/inc/attarray.hxx')
-rw-r--r-- | sc/inc/attarray.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/attarray.hxx b/sc/inc/attarray.hxx index db18d87fc81d..c0d65c7fcbea 100644 --- a/sc/inc/attarray.hxx +++ b/sc/inc/attarray.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_ATTARRAY_HXX -#define INCLUDED_SC_INC_ATTARRAY_HXX +#pragma once #include "global.hxx" #include "attrib.hxx" @@ -314,6 +313,4 @@ inline const ScPatternAttr* ScAttrIterator::Resync( SCROW nRowP, SCROW& rTop, SC return Next( rTop, rBottom); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |