diff options
Diffstat (limited to 'xmloff/inc/txtlists.hxx')
-rw-r--r-- | xmloff/inc/txtlists.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xmloff/inc/txtlists.hxx b/xmloff/inc/txtlists.hxx index 282c87c586a8..30529a141fb9 100644 --- a/xmloff/inc/txtlists.hxx +++ b/xmloff/inc/txtlists.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_TXTLISTS_HXX -#define INCLUDED_XMLOFF_INC_TXTLISTS_HXX +#pragma once #include <rtl/ustring.hxx> #include <map> @@ -174,6 +173,5 @@ class XMLTextListsHelper ::std::map< OUString, NumParaList_t > mNPLists; }; -#endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |