diff options
Diffstat (limited to 'xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx')
-rw-r--r-- | xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx index f9e815eb9cb8..13b796cd24e0 100644 --- a/xmloff/source/chart/SchXMLRegressionCurveObjectContext.hxx +++ b/xmloff/source/chart/SchXMLRegressionCurveObjectContext.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_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX +#pragma once #include <com/sun/star/awt/Size.hpp> #include <xmloff/xmlictxt.hxx> @@ -72,6 +71,4 @@ private: css::awt::Size maChartSize; }; -#endif // INCLUDED_XMLOFF_SOURCE_CHART_SCHXMLREGRESSIONCURVEOBJECTCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |