diff options
Diffstat (limited to 'xmloff/source/xforms')
-rw-r--r-- | xmloff/source/xforms/SchemaContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaRestrictionContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/SchemaSimpleTypeContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/TokenContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsBindContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsInstanceContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsModelContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsModelExport.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/XFormsSubmissionContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/xforms/xformsapi.hxx | 5 |
10 files changed, 10 insertions, 40 deletions
diff --git a/xmloff/source/xforms/SchemaContext.hxx b/xmloff/source/xforms/SchemaContext.hxx index e23ac37ebbbb..e6896e760cc1 100644 --- a/xmloff/source/xforms/SchemaContext.hxx +++ b/xmloff/source/xforms/SchemaContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMACONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMACONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -51,6 +50,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx index fdf7873b2a27..47cf4b088f44 100644 --- a/xmloff/source/xforms/SchemaRestrictionContext.hxx +++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMARESTRICTIONCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMARESTRICTIONCONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -58,6 +57,4 @@ private: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx index a64af99a6a7d..3489e2a6c7a6 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.hxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMASIMPLETYPECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMASIMPLETYPECONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -52,6 +51,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/TokenContext.hxx b/xmloff/source/xforms/TokenContext.hxx index 57865916ed5a..84ed18ab535e 100644 --- a/xmloff/source/xforms/TokenContext.hxx +++ b/xmloff/source/xforms/TokenContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_TOKENCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_TOKENCONTEXT_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/xmltkmap.hxx> @@ -72,6 +71,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) = 0; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/XFormsBindContext.hxx b/xmloff/source/xforms/XFormsBindContext.hxx index dbdcd1e6d996..5aa78467401d 100644 --- a/xmloff/source/xforms/XFormsBindContext.hxx +++ b/xmloff/source/xforms/XFormsBindContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSBINDCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSBINDCONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -57,6 +56,4 @@ protected: }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/XFormsInstanceContext.hxx b/xmloff/source/xforms/XFormsInstanceContext.hxx index 4727c0f4b042..7583c2da3bcd 100644 --- a/xmloff/source/xforms/XFormsInstanceContext.hxx +++ b/xmloff/source/xforms/XFormsInstanceContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSINSTANCECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSINSTANCECONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -67,6 +66,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/XFormsModelContext.hxx b/xmloff/source/xforms/XFormsModelContext.hxx index bcf7cd9bdc3c..0579850dfca6 100644 --- a/xmloff/source/xforms/XFormsModelContext.hxx +++ b/xmloff/source/xforms/XFormsModelContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSMODELCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSMODELCONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -52,6 +51,4 @@ protected: const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/XFormsModelExport.hxx b/xmloff/source/xforms/XFormsModelExport.hxx index b809c7e31104..03d83e97c922 100644 --- a/xmloff/source/xforms/XFormsModelExport.hxx +++ b/xmloff/source/xforms/XFormsModelExport.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSMODELEXPORT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSMODELEXPORT_HXX +#pragma once #include <sal/types.h> @@ -31,6 +30,4 @@ namespace com::sun::star { void exportXFormsModel( SvXMLExport&, const css::uno::Reference<css::beans::XPropertySet>& ); -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/XFormsSubmissionContext.hxx b/xmloff/source/xforms/XFormsSubmissionContext.hxx index 3d943ca29476..b000db0eb993 100644 --- a/xmloff/source/xforms/XFormsSubmissionContext.hxx +++ b/xmloff/source/xforms/XFormsSubmissionContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSSUBMISSIONCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSSUBMISSIONCONTEXT_HXX +#pragma once #include "TokenContext.hxx" #include <com/sun/star/uno/Reference.hxx> @@ -52,6 +51,4 @@ protected: }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/xforms/xformsapi.hxx b/xmloff/source/xforms/xformsapi.hxx index 4f9e4073aef6..d964b4d9263f 100644 --- a/xmloff/source/xforms/xformsapi.hxx +++ b/xmloff/source/xforms/xformsapi.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_XFORMS_XFORMSAPI_HXX -#define INCLUDED_XMLOFF_SOURCE_XFORMS_XFORMSAPI_HXX +#pragma once // this is a collection of several functions to make dealing with the XForms @@ -81,6 +80,4 @@ OUString xforms_getBasicTypeName( const SvXMLNamespaceMap& rNamespaceMap, const OUString& rXMLName ); -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |