diff options
Diffstat (limited to 'xmloff/source/transform/PropertyActionsOASIS.hxx')
-rw-r--r-- | xmloff/source/transform/PropertyActionsOASIS.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/PropertyActionsOASIS.hxx b/xmloff/source/transform/PropertyActionsOASIS.hxx index 3dbfa10de66f..6fb80d57b24e 100644 --- a/xmloff/source/transform/PropertyActionsOASIS.hxx +++ b/xmloff/source/transform/PropertyActionsOASIS.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOASIS_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOASIS_HXX +#pragma once #include "TransformerActionInit.hxx" #include "AttrTransformerAction.hxx" @@ -61,6 +60,4 @@ extern XMLTransformerActionInit const aTableCellPropertyOASISAttrActionTable[]; extern XMLTransformerActionInit const aListLevelPropertyOASISAttrActionTable[]; extern XMLTransformerActionInit const aChartPropertyOASISAttrActionTable[]; -#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_PROPERTYACTIONSOASIS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |