diff options
Diffstat (limited to 'configmgr/source/config_map.hxx')
-rw-r--r-- | configmgr/source/config_map.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configmgr/source/config_map.hxx b/configmgr/source/config_map.hxx index 5d2990d5a0d8..46a553cdde39 100644 --- a/configmgr/source/config_map.hxx +++ b/configmgr/source/config_map.hxx @@ -6,8 +6,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef CONFIG_MAP_HXX -#define CONFIG_MAP_HXX +#pragma once #include <map> #include <rtl/ustring.hxx> @@ -32,6 +31,4 @@ template <class T> struct config_map : public std::map<OUString, T, LengthConten { }; -#endif // CONFIG_MAP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |