diff options
Diffstat (limited to 'sw/inc/anchoredobject.hxx')
-rw-r--r-- | sw/inc/anchoredobject.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/anchoredobject.hxx b/sw/inc/anchoredobject.hxx index 837d25dcb77d..7d06010f2f1c 100644 --- a/sw/inc/anchoredobject.hxx +++ b/sw/inc/anchoredobject.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_SW_INC_ANCHOREDOBJECT_HXX -#define INCLUDED_SW_INC_ANCHOREDOBJECT_HXX +#pragma once #include "swtypes.hxx" #include "swrect.hxx" @@ -515,6 +514,4 @@ class SwObjPositioningInProgress ~SwObjPositioningInProgress(); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |