diff options
Diffstat (limited to 'sc/source/ui/inc/autofmt.hxx')
-rw-r--r-- | sc/source/ui/inc/autofmt.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/autofmt.hxx b/sc/source/ui/inc/autofmt.hxx index 8757cef47f53..b0bc8b61bad7 100644 --- a/sc/source/ui/inc/autofmt.hxx +++ b/sc/source/ui/inc/autofmt.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX -#define INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX +#pragma once #include <svx/framelinkarray.hxx> #include <scdllapi.h> @@ -89,6 +88,4 @@ private: vcl::Font& rFont, vcl::Font& rCJKFont, vcl::Font& rCTLFont); }; -#endif // INCLUDED_SC_SOURCE_UI_INC_AUTOFMT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |