diff options
Diffstat (limited to 'sc/inc/dpgroup.hxx')
-rw-r--r-- | sc/inc/dpgroup.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/dpgroup.hxx b/sc/inc/dpgroup.hxx index 30254b321efa..a76d97ec7726 100644 --- a/sc/inc/dpgroup.hxx +++ b/sc/inc/dpgroup.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_DPGROUP_HXX -#define INCLUDED_SC_INC_DPGROUP_HXX +#pragma once #include <memory> #include <unordered_set> @@ -178,6 +177,4 @@ public: #endif }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |