diff options
Diffstat (limited to 'xmloff/inc/XMLChartStyleContext.hxx')
-rw-r--r-- | xmloff/inc/XMLChartStyleContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLChartStyleContext.hxx b/xmloff/inc/XMLChartStyleContext.hxx index f88be429b8a5..57744a774cf8 100644 --- a/xmloff/inc/XMLChartStyleContext.hxx +++ b/xmloff/inc/XMLChartStyleContext.hxx @@ -16,8 +16,7 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLCHARTSTYLECONTEXT_HXX -#define INCLUDED_XMLOFF_INC_XMLCHARTSTYLECONTEXT_HXX +#pragma once #include <xmloff/XMLShapeStyleContext.hxx> @@ -49,6 +48,4 @@ public: bool isEmptyDataStyleName() override { return msDataStyleName.isEmpty(); } }; -#endif // INCLUDED_XMLOFF_INC_XMLCHARTSTYLECONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |