diff options
Diffstat (limited to 'sc/inc/textuno.hxx')
-rw-r--r-- | sc/inc/textuno.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 401387b8dcca..be16478bbbfd 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_TEXTUNO_HXX -#define INCLUDED_SC_INC_TEXTUNO_HXX +#pragma once #include "address.hxx" #include <editeng/unotext.hxx> @@ -365,6 +364,4 @@ public: virtual ~ScCellTextObj() COVERITY_NOEXCEPT_FALSE override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |