diff options
Diffstat (limited to 'sw/inc/charfmt.hxx')
-rw-r--r-- | sw/inc/charfmt.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sw/inc/charfmt.hxx b/sw/inc/charfmt.hxx index ac29a29aa84e..166db1d708fc 100644 --- a/sw/inc/charfmt.hxx +++ b/sw/inc/charfmt.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_CHARFMT_HXX -#define INCLUDED_SW_INC_CHARFMT_HXX +#pragma once #include "format.hxx" #include "hintids.hxx" @@ -56,6 +55,4 @@ namespace CharFormat extern bool IsItemIncluded( const sal_uInt16 nWhich, const SwTextAttr *pAttr ); } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |