diff options
Diffstat (limited to 'xmloff/source/chart/SchXMLTableContext.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLTableContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx index ed231db352ca..cd8a6443b177 100644 --- a/xmloff/source/chart/SchXMLTableContext.hxx +++ b/xmloff/source/chart/SchXMLTableContext.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_SCHXMLTABLECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTABLECONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/SchXMLImportHelper.hxx> @@ -170,6 +169,4 @@ public: virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLTABLECONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |