diff options
Diffstat (limited to 'sc/source/ui/inc/dpcontrol.hxx')
-rw-r--r-- | sc/source/ui/inc/dpcontrol.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dpcontrol.hxx b/sc/source/ui/inc/dpcontrol.hxx index 1b8c380e81fc..2d656006e8d2 100644 --- a/sc/source/ui/inc/dpcontrol.hxx +++ b/sc/source/ui/inc/dpcontrol.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DPCONTROL_HXX +#pragma once #include <rtl/ustring.hxx> #include <tools/gen.hxx> @@ -69,6 +68,4 @@ private: bool mbPopupLeft; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |