diff options
Diffstat (limited to 'sw/source/core/text/porref.hxx')
-rw-r--r-- | sw/source/core/text/porref.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/source/core/text/porref.hxx b/sw/source/core/text/porref.hxx index b0fff5e34b2a..4b55f9dbc889 100644 --- a/sw/source/core/text/porref.hxx +++ b/sw/source/core/text/porref.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_SOURCE_CORE_TEXT_PORREF_HXX -#define INCLUDED_SW_SOURCE_CORE_TEXT_PORREF_HXX +#pragma once #include "portxt.hxx" @@ -43,6 +42,4 @@ public: virtual void HandlePortion(SwPortionHandler& rPH) const override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |