diff options
Diffstat (limited to 'sc/inc/queryentry.hxx')
-rw-r--r-- | sc/inc/queryentry.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/queryentry.hxx b/sc/inc/queryentry.hxx index 46a65b957658..f00fb238dba2 100644 --- a/sc/inc/queryentry.hxx +++ b/sc/inc/queryentry.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_QUERYENTRY_HXX -#define INCLUDED_SC_INC_QUERYENTRY_HXX +#pragma once #include "global.hxx" #include <svl/sharedstring.hxx> @@ -83,6 +82,4 @@ private: mutable QueryItemsType maQueryItems; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |