diff options
Diffstat (limited to 'sc/source/ui/inc/notemark.hxx')
-rw-r--r-- | sc/source/ui/inc/notemark.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/notemark.hxx b/sc/source/ui/inc/notemark.hxx index 11297e42a6f9..1ed812d0fb82 100644 --- a/sc/source/ui/inc/notemark.hxx +++ b/sc/source/ui/inc/notemark.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_NOTEMARK_HXX -#define INCLUDED_SC_SOURCE_UI_INC_NOTEMARK_HXX +#pragma once #include <vcl/mapmod.hxx> #include <vcl/timer.hxx> @@ -67,6 +66,4 @@ public: bool IsByKeyboard() const { return m_bByKeyboard; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |