diff options
Diffstat (limited to 'xmloff/source/draw')
-rw-r--r-- | xmloff/source/draw/SignatureLineContext.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/XMLNumberStylesExport.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/descriptionimp.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/eventimp.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/layerexp.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/layerimp.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/numithdl.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/sdpropls.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlexp_impl.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximp3dobject.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximp3dscene.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpbody.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpcustomshape.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpgrp.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximplink.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpnote.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximppage.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshap.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpshow.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/draw/ximpstyl.hxx | 5 |
21 files changed, 21 insertions, 84 deletions
diff --git a/xmloff/source/draw/SignatureLineContext.hxx b/xmloff/source/draw/SignatureLineContext.hxx index cabefaafd954..68a9373ae799 100644 --- a/xmloff/source/draw/SignatureLineContext.hxx +++ b/xmloff/source/draw/SignatureLineContext.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_SIGNATURELINECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_SIGNATURELINECONTEXT_HXX +#pragma once #include <com/sun/star/drawing/XShape.hpp> #include <xmloff/xmlictxt.hxx> @@ -23,6 +22,4 @@ public: const css::uno::Reference<css::drawing::XShape>& rxShape); }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_SIGNATURELINECONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ diff --git a/xmloff/source/draw/XMLNumberStylesExport.hxx b/xmloff/source/draw/XMLNumberStylesExport.hxx index 6e196775e98b..8b4f39dc5a2e 100644 --- a/xmloff/source/draw/XMLNumberStylesExport.hxx +++ b/xmloff/source/draw/XMLNumberStylesExport.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX +#pragma once #include <sal/types.h> #include <rtl/ustring.hxx> @@ -38,6 +37,4 @@ public: static OUString getDateStyleName(const sal_Int32 nDateFormat); }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XMLNUMBERSTYLESEXPORT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/descriptionimp.hxx b/xmloff/source/draw/descriptionimp.hxx index 57a1fa2b7c81..cc94507727bd 100644 --- a/xmloff/source/draw/descriptionimp.hxx +++ b/xmloff/source/draw/descriptionimp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_DESCRIPTIONIMP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_DESCRIPTIONIMP_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/drawing/XShape.hpp> @@ -44,6 +43,4 @@ public: virtual void SAL_CALL characters( const OUString& rChars ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_DESCRIPTIONIMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/eventimp.hxx b/xmloff/source/draw/eventimp.hxx index 2f66b7865dcb..bb14aea5ed8a 100644 --- a/xmloff/source/draw/eventimp.hxx +++ b/xmloff/source/draw/eventimp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_EVENTIMP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_EVENTIMP_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/drawing/XShape.hpp> @@ -66,6 +65,4 @@ struct SdXMLEventContextData OUString msLanguage; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_EVENTIMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/layerexp.hxx b/xmloff/source/draw/layerexp.hxx index 90c905879091..76c04e157035 100644 --- a/xmloff/source/draw/layerexp.hxx +++ b/xmloff/source/draw/layerexp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_LAYEREXP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_LAYEREXP_HXX +#pragma once class SvXMLExport; @@ -28,6 +27,4 @@ public: static void exportLayer(SvXMLExport& rExport); }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_LAYEREXP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/layerimp.hxx b/xmloff/source/draw/layerimp.hxx index 1f31916e5325..4d3b899419fd 100644 --- a/xmloff/source/draw/layerimp.hxx +++ b/xmloff/source/draw/layerimp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/container/XNameAccess.hpp> @@ -39,6 +38,4 @@ public: const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_LAYERIMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/numithdl.hxx b/xmloff/source/draw/numithdl.hxx index 3decd01f471b..91db9c17e948 100644 --- a/xmloff/source/draw/numithdl.hxx +++ b/xmloff/source/draw/numithdl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_NUMITHDL_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_NUMITHDL_HXX +#pragma once #include <com/sun/star/ucb/XAnyCompare.hpp> #include <xmloff/xmlprhdl.hxx> @@ -41,6 +40,4 @@ public: virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_NUMITHDL_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx index 0b47d5e6743f..c73de5d61904 100644 --- a/xmloff/source/draw/sdpropls.hxx +++ b/xmloff/source/draw/sdpropls.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_SDPROPLS_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_SDPROPLS_HXX +#pragma once #include <com/sun/star/frame/XModel.hpp> #include <com/sun/star/drawing/ConnectorType.hpp> @@ -129,6 +128,4 @@ public: ) const override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_SDPROPLS_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/sdxmlexp_impl.hxx b/xmloff/source/draw/sdxmlexp_impl.hxx index c350bf701e5a..799767f990b1 100644 --- a/xmloff/source/draw/sdxmlexp_impl.hxx +++ b/xmloff/source/draw/sdxmlexp_impl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLEXP_IMPL_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLEXP_IMPL_HXX +#pragma once #include <xmloff/xmlexp.hxx> @@ -176,6 +175,4 @@ public: virtual OUString getDataStyleName(const sal_Int32 nNumberFormat, bool bTimeFormat = false ) const override; }; -#endif // _SDXMLEXP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index b033a6bb913c..924f46a5e80e 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLIMP_IMPL_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_SDXMLIMP_IMPL_HXX +#pragma once #include <com/sun/star/drawing/XDrawPage.hpp> #include <com/sun/star/task/XStatusIndicator.hpp> @@ -133,6 +132,4 @@ public: virtual void NotifyContainsEmbeddedFont() override; }; -#endif // _SDXMLIMP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximp3dobject.hxx b/xmloff/source/draw/ximp3dobject.hxx index 7bbab86f7ea0..2862d094db40 100644 --- a/xmloff/source/draw/ximp3dobject.hxx +++ b/xmloff/source/draw/ximp3dobject.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DOBJECT_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DOBJECT_HXX +#pragma once #include <com/sun/star/drawing/XShapes.hpp> #include <com/sun/star/drawing/HomogenMatrix.hpp> @@ -134,6 +133,4 @@ public: const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DOBJECT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx index 42905689fffb..b0155591e3e9 100644 --- a/xmloff/source/draw/ximp3dscene.hxx +++ b/xmloff/source/draw/ximp3dscene.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DSCENE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DSCENE_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/drawing/XShapes.hpp> @@ -50,6 +49,4 @@ public: virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMP3DSCENE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpbody.hxx b/xmloff/source/draw/ximpbody.hxx index c16d875eca7e..95d411385c39 100644 --- a/xmloff/source/draw/ximpbody.hxx +++ b/xmloff/source/draw/ximpbody.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPBODY_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPBODY_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include "sdxmlimp_impl.hxx" @@ -57,6 +56,4 @@ public: sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPBODY_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index f06d01c0cddb..f7e14765a1e2 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPCUSTOMSHAPE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPCUSTOMSHAPE_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/xmluconv.hxx> @@ -64,6 +63,4 @@ public: const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpgrp.hxx b/xmloff/source/draw/ximpgrp.hxx index 3bab50490c0b..8dda1b9ba15f 100644 --- a/xmloff/source/draw/ximpgrp.hxx +++ b/xmloff/source/draw/ximpgrp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPGRP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPGRP_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <com/sun/star/drawing/XShapes.hpp> @@ -47,6 +46,4 @@ public: sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPGRP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx index 274365fb5a90..cd5259154361 100644 --- a/xmloff/source/draw/ximplink.hxx +++ b/xmloff/source/draw/ximplink.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPLINK_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPLINK_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include <xmloff/shapeimport.hxx> @@ -45,6 +44,4 @@ public: sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPLINK_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpnote.hxx b/xmloff/source/draw/ximpnote.hxx index c86a39954aba..d7fe276b84eb 100644 --- a/xmloff/source/draw/ximpnote.hxx +++ b/xmloff/source/draw/ximpnote.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPNOTE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPNOTE_HXX +#pragma once #include "sdxmlimp_impl.hxx" #include "ximppage.hxx" @@ -34,6 +33,4 @@ public: virtual ~SdXMLNotesContext() override; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPNOTE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx index 2bde07d12a18..5303458dd112 100644 --- a/xmloff/source/draw/ximppage.hxx +++ b/xmloff/source/draw/ximppage.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include "sdxmlimp_impl.hxx" @@ -75,6 +74,4 @@ public: { return mxShapes; } }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPPAGE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 82ab690f56af..202de49d7bc9 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX +#pragma once #include <com/sun/star/io/XOutputStream.hpp> #include <com/sun/star/document/XActionLockable.hpp> @@ -636,6 +635,4 @@ private: extern SvXMLEnumMapEntry<css::drawing::Alignment> const aXML_GlueAlignment_EnumMap[]; extern SvXMLEnumMapEntry<css::drawing::EscapeDirection> const aXML_GlueEscapeDirection_EnumMap[]; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHAP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpshow.hxx b/xmloff/source/draw/ximpshow.hxx index b508b3005c25..33948c3a644c 100644 --- a/xmloff/source/draw/ximpshow.hxx +++ b/xmloff/source/draw/ximpshow.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHOW_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHOW_HXX +#pragma once #include <xmloff/xmlictxt.hxx> #include "sdxmlimp_impl.hxx" @@ -47,6 +46,4 @@ private: OUString maCustomShowName; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSHOW_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index cebb2f93c3bf..00f032e4cb44 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSTYL_HXX -#define INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSTYL_HXX +#pragma once #include <svl/zforlist.hxx> #include <xmloff/xmlictxt.hxx> @@ -245,6 +244,4 @@ private: bool mbFixed; }; -#endif // INCLUDED_XMLOFF_SOURCE_DRAW_XIMPSTYL_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |