diff options
Diffstat (limited to 'xmloff/source/chart/XMLLabelSeparatorContext.hxx')
-rw-r--r-- | xmloff/source/chart/XMLLabelSeparatorContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/XMLLabelSeparatorContext.hxx b/xmloff/source/chart/XMLLabelSeparatorContext.hxx index d7d8928c82f1..83e69f01a2ec 100644 --- a/xmloff/source/chart/XMLLabelSeparatorContext.hxx +++ b/xmloff/source/chart/XMLLabelSeparatorContext.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_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX +#pragma once #include <XMLElementPropertyContext.hxx> @@ -38,6 +37,4 @@ private: OUString m_aSeparator; }; -#endif // INCLUDED_XMLOFF_SOURCE_CHART_XMLLABELSEPARATORCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |