diff options
Diffstat (limited to 'sc/source/ui/inc/linkarea.hxx')
-rw-r--r-- | sc/source/ui/inc/linkarea.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/linkarea.hxx b/sc/source/ui/inc/linkarea.hxx index 9d039a47daac..16af8aff4dd7 100644 --- a/sc/source/ui/inc/linkarea.hxx +++ b/sc/source/ui/inc/linkarea.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX -#define INCLUDED_SC_SOURCE_UI_INC_LINKAREA_HXX +#pragma once #include <sfx2/objsh.hxx> #include <tools/solar.h> @@ -71,6 +70,4 @@ public: sal_uLong GetRefresh() const; // 0 if disabled }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |