diff options
Diffstat (limited to 'xmloff/source')
108 files changed, 180 insertions, 180 deletions
diff --git a/xmloff/source/chart/XMLChartPropertyContext.hxx b/xmloff/source/chart/XMLChartPropertyContext.hxx index 28a9657063bf..da978ae3630f 100644 --- a/xmloff/source/chart/XMLChartPropertyContext.hxx +++ b/xmloff/source/chart/XMLChartPropertyContext.hxx @@ -24,7 +24,7 @@ class XMLChartPropertyContext : public SvXMLPropertySetContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChartPropertyContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/chart/XMLLabelSeparatorContext.hxx b/xmloff/source/chart/XMLLabelSeparatorContext.hxx index 0f5a24059f13..18b336bc132c 100644 --- a/xmloff/source/chart/XMLLabelSeparatorContext.hxx +++ b/xmloff/source/chart/XMLLabelSeparatorContext.hxx @@ -24,7 +24,7 @@ class XMLLabelSeparatorContext : public XMLElementPropertyContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLLabelSeparatorContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/chart/XMLSymbolImageContext.hxx b/xmloff/source/chart/XMLSymbolImageContext.hxx index 5b47e64215cf..34a6b2676c65 100644 --- a/xmloff/source/chart/XMLSymbolImageContext.hxx +++ b/xmloff/source/chart/XMLSymbolImageContext.hxx @@ -28,7 +28,7 @@ namespace com { namespace sun { namespace star { class XMLSymbolImageContext : public XMLElementPropertyContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLSymbolImageContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/chart/contexts.hxx b/xmloff/source/chart/contexts.hxx index 8c090464fe01..d65bef05c9f2 100644 --- a/xmloff/source/chart/contexts.hxx +++ b/xmloff/source/chart/contexts.hxx @@ -49,7 +49,7 @@ public: const OUString& rLName ); virtual ~SchXMLDocContext(); - TYPEINFO(); + TYPEINFO_OVERRIDE(); virtual SvXMLImportContext* CreateChildContext( sal_uInt16 nPrefix, diff --git a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx index 23a9257a14cd..c15a389b0023 100644 --- a/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx +++ b/xmloff/source/core/XMLEmbeddedObjectImportContext.cxx @@ -70,7 +70,7 @@ class XMLEmbeddedObjectImportContext_Impl : public SvXMLImportContext ::com::sun::star::xml::sax::XDocumentHandler > xHandler; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLEmbeddedObjectImportContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/draw/XMLImageMapContext.cxx b/xmloff/source/draw/XMLImageMapContext.cxx index ea6f80aa6eab..1d71c2de9ffe 100644 --- a/xmloff/source/draw/XMLImageMapContext.cxx +++ b/xmloff/source/draw/XMLImageMapContext.cxx @@ -125,7 +125,7 @@ protected: sal_Bool bValid; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImageMapObjectContext( SvXMLImport& rImport, @@ -319,7 +319,7 @@ class XMLImageMapRectangleContext : public XMLImageMapObjectContext sal_Bool bHeightOK; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImageMapRectangleContext( SvXMLImport& rImport, @@ -429,7 +429,7 @@ class XMLImageMapPolygonContext : public XMLImageMapObjectContext sal_Bool bPointsOK; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImageMapPolygonContext( SvXMLImport& rImport, @@ -527,7 +527,7 @@ class XMLImageMapCircleContext : public XMLImageMapObjectContext sal_Bool bRadiusOK; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImageMapCircleContext( SvXMLImport& rImport, diff --git a/xmloff/source/draw/XMLNumberStyles.cxx b/xmloff/source/draw/XMLNumberStyles.cxx index 7553458b9fb6..8022ebef8d4e 100644 --- a/xmloff/source/draw/XMLNumberStyles.cxx +++ b/xmloff/source/draw/XMLNumberStyles.cxx @@ -489,7 +489,7 @@ private: boost::shared_ptr< SvXMLImportContext > mpSlaveContext; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLNumberFormatMemberImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/draw/animimp.cxx b/xmloff/source/draw/animimp.cxx index 925e437fd823..61ceec7af45e 100644 --- a/xmloff/source/draw/animimp.cxx +++ b/xmloff/source/draw/animimp.cxx @@ -379,7 +379,7 @@ public: OUString maPathShapeId; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAnimationsEffectContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -399,7 +399,7 @@ class XMLAnimationsSoundContext : public SvXMLImportContext XMLAnimationsEffectContext* mpParent; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAnimationsSoundContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, XMLAnimationsEffectContext* pParent ); virtual ~XMLAnimationsSoundContext(); diff --git a/xmloff/source/draw/descriptionimp.hxx b/xmloff/source/draw/descriptionimp.hxx index 15e1b56cb557..c3403db8ca13 100644 --- a/xmloff/source/draw/descriptionimp.hxx +++ b/xmloff/source/draw/descriptionimp.hxx @@ -31,7 +31,7 @@ private: com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; OUString msText; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLDescriptionContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/draw/eventimp.cxx b/xmloff/source/draw/eventimp.cxx index f7158ff9c5c8..46cbb387d51e 100644 --- a/xmloff/source/draw/eventimp.cxx +++ b/xmloff/source/draw/eventimp.cxx @@ -75,7 +75,7 @@ private: com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLEventContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList>& xAttrList, const Reference< XShape >& rxShape ); virtual ~SdXMLEventContext(); @@ -103,7 +103,7 @@ class XMLEventSoundContext : public SvXMLImportContext SdXMLEventContext* mpParent; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLEventSoundContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const Reference< XAttributeList >& xAttrList, SdXMLEventContext* pParent ); virtual ~XMLEventSoundContext(); diff --git a/xmloff/source/draw/eventimp.hxx b/xmloff/source/draw/eventimp.hxx index 55b45c7949e1..509fde887da1 100644 --- a/xmloff/source/draw/eventimp.hxx +++ b/xmloff/source/draw/eventimp.hxx @@ -31,7 +31,7 @@ private: com::sun::star::uno::Reference< com::sun::star::drawing::XShape > mxShape; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLEventsContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/draw/layerimp.hxx b/xmloff/source/draw/layerimp.hxx index ac40d09de3a8..4cee65efaafb 100644 --- a/xmloff/source/draw/layerimp.hxx +++ b/xmloff/source/draw/layerimp.hxx @@ -31,7 +31,7 @@ private: ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > mxLayerManager; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLLayerSetContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/draw/sdxmlimp.cxx b/xmloff/source/draw/sdxmlimp.cxx index 7ced7b0d1d0e..cb52bdc5741c 100644 --- a/xmloff/source/draw/sdxmlimp.cxx +++ b/xmloff/source/draw/sdxmlimp.cxx @@ -103,7 +103,7 @@ public: const uno::Reference<xml::sax::XAttributeList>& xAttrList); virtual ~SdXMLDocContext_Impl(); - TYPEINFO(); + TYPEINFO_OVERRIDE(); virtual SvXMLImportContext *CreateChildContext(sal_uInt16 nPrefix, const OUString& rLocalName, diff --git a/xmloff/source/draw/ximp3dobject.hxx b/xmloff/source/draw/ximp3dobject.hxx index 3ebd8d706626..6a07181227af 100644 --- a/xmloff/source/draw/ximp3dobject.hxx +++ b/xmloff/source/draw/ximp3dobject.hxx @@ -41,7 +41,7 @@ protected: sal_Bool mbSetTransform; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DObjectContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -65,7 +65,7 @@ class SdXML3DCubeObjectShapeContext : public SdXML3DObjectContext sal_Bool mbMaxEdgeUsed; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DCubeObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -88,7 +88,7 @@ class SdXML3DSphereObjectShapeContext : public SdXML3DObjectContext sal_Bool mbSizeUsed; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DSphereObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -109,7 +109,7 @@ class SdXML3DPolygonBasedShapeContext : public SdXML3DObjectContext OUString maViewBox; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DPolygonBasedShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -127,7 +127,7 @@ public: class SdXML3DLatheObjectShapeContext : public SdXML3DPolygonBasedShapeContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DLatheObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -145,7 +145,7 @@ public: class SdXML3DExtrudeObjectShapeContext : public SdXML3DPolygonBasedShapeContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DExtrudeObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, diff --git a/xmloff/source/draw/ximp3dscene.hxx b/xmloff/source/draw/ximp3dscene.hxx index 3ac8354157fe..35b7ea5a0c3c 100644 --- a/xmloff/source/draw/ximp3dscene.hxx +++ b/xmloff/source/draw/ximp3dscene.hxx @@ -43,7 +43,7 @@ protected: { mxChildren = rNew; } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXML3DSceneShapeContext( SvXMLImport& rImport, diff --git a/xmloff/source/draw/ximpcustomshape.hxx b/xmloff/source/draw/ximpcustomshape.hxx index 26b6c143053c..822f25dad06e 100644 --- a/xmloff/source/draw/ximpcustomshape.hxx +++ b/xmloff/source/draw/ximpcustomshape.hxx @@ -51,7 +51,7 @@ class XMLEnhancedCustomShapeContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLEnhancedCustomShapeContext( SvXMLImport& rImport, ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > &, sal_uInt16 nPrefix, const OUString& rLocalName, std::vector< com::sun::star::beans::PropertyValue >& rCustomShapeGeometry ); diff --git a/xmloff/source/draw/ximpgrp.hxx b/xmloff/source/draw/ximpgrp.hxx index 2df42a2b072c..2df524613ab5 100644 --- a/xmloff/source/draw/ximpgrp.hxx +++ b/xmloff/source/draw/ximpgrp.hxx @@ -39,7 +39,7 @@ protected: { mxShapes = rNew; } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLGroupShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, diff --git a/xmloff/source/draw/ximplink.hxx b/xmloff/source/draw/ximplink.hxx index 015ae148db19..e51e71259eea 100644 --- a/xmloff/source/draw/ximplink.hxx +++ b/xmloff/source/draw/ximplink.hxx @@ -39,7 +39,7 @@ class SdXMLShapeLinkContext : public SvXMLShapeContext OUString msHyperlink; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLShapeLinkContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, diff --git a/xmloff/source/draw/ximppage.hxx b/xmloff/source/draw/ximppage.hxx index c93768d878bb..e850c4945aab 100644 --- a/xmloff/source/draw/ximppage.hxx +++ b/xmloff/source/draw/ximppage.hxx @@ -64,7 +64,7 @@ protected: void SetNavigationOrder(); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLGenericPageContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx index 6ddb83b12b79..2f267ac661e1 100644 --- a/xmloff/source/draw/ximpshap.hxx +++ b/xmloff/source/draw/ximpshap.hxx @@ -99,7 +99,7 @@ protected: sal_Bool isPresentationShape() const; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -130,7 +130,7 @@ class SdXMLRectShapeContext : public SdXMLShapeContext sal_Int32 mnRadius; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLRectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -154,7 +154,7 @@ class SdXMLLineShapeContext : public SdXMLShapeContext sal_Int32 mnY2; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLLineShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -181,7 +181,7 @@ class SdXMLEllipseShapeContext : public SdXMLShapeContext sal_Int32 mnStartAngle; sal_Int32 mnEndAngle; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLEllipseShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -204,7 +204,7 @@ class SdXMLPolygonShapeContext : public SdXMLShapeContext sal_Bool mbClosed; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPolygonShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -225,7 +225,7 @@ class SdXMLPathShapeContext : public SdXMLShapeContext OUString maViewBox; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPathShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -246,7 +246,7 @@ class SdXMLTextBoxShapeContext : public SdXMLShapeContext sal_Int32 mnRadius; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLTextBoxShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -268,7 +268,7 @@ private: OUString maFormId; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLControlShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -304,7 +304,7 @@ private: com::sun::star::uno::Any maPath; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLConnectorShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -327,7 +327,7 @@ private: ::com::sun::star::awt::Point maEnd; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLMeasureShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -349,7 +349,7 @@ class SdXMLPageShapeContext : public SdXMLShapeContext private: sal_Int32 mnPageNumber; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPageShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -372,7 +372,7 @@ private: sal_Int32 mnRadius; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLCaptionShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -395,7 +395,7 @@ private: ::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > mxBase64Stream; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLGraphicObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -420,7 +420,7 @@ class SdXMLChartShapeContext : public SdXMLShapeContext SvXMLImportContext* mpChartContext; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLChartShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -448,7 +448,7 @@ private: ::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > mxBase64Stream; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLObjectShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -481,7 +481,7 @@ private: com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > maParams; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLAppletShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -512,7 +512,7 @@ private: com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > maParams; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPluginShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -540,7 +540,7 @@ private: OUString maHref; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLFloatingFrameShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -571,7 +571,7 @@ protected: virtual void removeGraphicFromImportContext(const SvXMLImportContext& rContext) const; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLFrameShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, @@ -601,7 +601,7 @@ protected : public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLCustomShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList>& xAttrList, @@ -624,7 +624,7 @@ public: class SdXMLTableShapeContext : public SdXMLShapeContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLTableShapeContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLocalName, diff --git a/xmloff/source/draw/ximpshow.hxx b/xmloff/source/draw/ximpshow.hxx index ffff1c9dc87c..a795b2ea5509 100644 --- a/xmloff/source/draw/ximpshow.hxx +++ b/xmloff/source/draw/ximpshow.hxx @@ -32,7 +32,7 @@ class SdXMLShowsContext : public SvXMLImportContext ShowsImpImpl* mpImpl; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLShowsContext( SdXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/draw/ximpstyl.cxx b/xmloff/source/draw/ximpstyl.cxx index 34447403db3f..102664c3aa4b 100644 --- a/xmloff/source/draw/ximpstyl.cxx +++ b/xmloff/source/draw/ximpstyl.cxx @@ -54,7 +54,7 @@ class SdXMLDrawingPagePropertySetContext : public SvXMLPropertySetContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLDrawingPagePropertySetContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -131,7 +131,7 @@ SvXMLImportContext *SdXMLDrawingPagePropertySetContext::CreateChildContext( class SdXMLDrawingPageStyleContext : public XMLPropStyleContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLDrawingPageStyleContext( SvXMLImport& rImport, diff --git a/xmloff/source/draw/ximpstyl.hxx b/xmloff/source/draw/ximpstyl.hxx index a338be79bbb5..cc01c1cab9ea 100644 --- a/xmloff/source/draw/ximpstyl.hxx +++ b/xmloff/source/draw/ximpstyl.hxx @@ -46,7 +46,7 @@ class SdXMLPageMasterStyleContext: public SvXMLStyleContext SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPageMasterStyleContext( SdXMLImport& rImport, @@ -75,7 +75,7 @@ class SdXMLPageMasterContext: public SvXMLStyleContext SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPageMasterContext( SdXMLImport& rImport, @@ -102,7 +102,7 @@ class SdXMLMasterPageContext: public SdXMLGenericPageContext OUString msStyleName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLMasterPageContext( SdXMLImport& rImport, @@ -166,7 +166,7 @@ class SdXMLPresentationPageLayoutContext: public SvXMLStyleContext SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLPresentationPageLayoutContext( SdXMLImport& rImport, @@ -218,7 +218,7 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLStylesContext( SdXMLImport& rImport, @@ -247,7 +247,7 @@ class SdXMLMasterStylesContext : public SvXMLImportContext SdXMLImport& GetSdImport() { return (SdXMLImport&)GetImport(); } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SdXMLMasterStylesContext( SdXMLImport& rImport, diff --git a/xmloff/source/forms/officeforms.hxx b/xmloff/source/forms/officeforms.hxx index e1874022d391..65934f74da39 100644 --- a/xmloff/source/forms/officeforms.hxx +++ b/xmloff/source/forms/officeforms.hxx @@ -36,7 +36,7 @@ namespace xmloff ,public OStackedLogging { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); OFormsRootImport( SvXMLImport& _rImport, sal_uInt16 _nPrfx, const OUString& _rLocalName); virtual ~OFormsRootImport(); diff --git a/xmloff/source/style/FillStyleContext.hxx b/xmloff/source/style/FillStyleContext.hxx index a009078ec989..6acfcd9f612e 100644 --- a/xmloff/source/style/FillStyleContext.hxx +++ b/xmloff/source/style/FillStyleContext.hxx @@ -33,7 +33,7 @@ private: OUString maStrName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -53,7 +53,7 @@ private: OUString maStrName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLHatchStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -74,7 +74,7 @@ private: ::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > mxBase64Stream; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -99,7 +99,7 @@ private: OUString maStrName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTransGradientStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -119,7 +119,7 @@ private: OUString maStrName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLMarkerStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); @@ -139,7 +139,7 @@ private: OUString maStrName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLDashStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ); diff --git a/xmloff/source/style/XMLFontStylesContext_impl.hxx b/xmloff/source/style/XMLFontStylesContext_impl.hxx index 3bcbdde0b086..2259d21947dd 100644 --- a/xmloff/source/style/XMLFontStylesContext_impl.hxx +++ b/xmloff/source/style/XMLFontStylesContext_impl.hxx @@ -40,7 +40,7 @@ class XMLFontStyleContextFontFace : public SvXMLStyleContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFace( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -73,7 +73,7 @@ class XMLFontStyleContextFontFaceSrc : public SvXMLImportContext const XMLFontStyleContextFontFace& font; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceSrc( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -94,7 +94,7 @@ class XMLFontStyleContextFontFaceUri : public SvXMLStyleContext void handleEmbeddedFont( const OUString& url, bool eot ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceUri( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -117,7 +117,7 @@ class XMLFontStyleContextFontFaceFormat : public SvXMLStyleContext { XMLFontStyleContextFontFaceUri& uri; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFontStyleContextFontFaceFormat( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx index 03d6cce38e7e..8f223244b388 100644 --- a/xmloff/source/style/XMLFootnoteSeparatorImport.hxx +++ b/xmloff/source/style/XMLFootnoteSeparatorImport.hxx @@ -48,7 +48,7 @@ class XMLFootnoteSeparatorImport : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFootnoteSeparatorImport( SvXMLImport& rImport, diff --git a/xmloff/source/style/xmltabi.cxx b/xmloff/source/style/xmltabi.cxx index a5d49d82f35b..abb1f27b31c3 100644 --- a/xmloff/source/style/xmltabi.cxx +++ b/xmloff/source/style/xmltabi.cxx @@ -61,7 +61,7 @@ private: style::TabStop aTabStop; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); SvxXMLTabStopContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/text/XMLAutoMarkFileContext.hxx b/xmloff/source/text/XMLAutoMarkFileContext.hxx index 33e3bc9b40a7..9f5a8380f050 100644 --- a/xmloff/source/text/XMLAutoMarkFileContext.hxx +++ b/xmloff/source/text/XMLAutoMarkFileContext.hxx @@ -36,7 +36,7 @@ class XMLAutoMarkFileContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAutoMarkFileContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLAutoTextContainerEventImport.hxx b/xmloff/source/text/XMLAutoTextContainerEventImport.hxx index 8b9440d63320..dcb63f223f02 100644 --- a/xmloff/source/text/XMLAutoTextContainerEventImport.hxx +++ b/xmloff/source/text/XMLAutoTextContainerEventImport.hxx @@ -42,7 +42,7 @@ class XMLAutoTextContainerEventImport : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAutoTextContainerEventImport( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLChangeElementImportContext.hxx b/xmloff/source/text/XMLChangeElementImportContext.hxx index 8bccea1f69ed..876381055b66 100644 --- a/xmloff/source/text/XMLChangeElementImportContext.hxx +++ b/xmloff/source/text/XMLChangeElementImportContext.hxx @@ -59,7 +59,7 @@ class XMLChangeElementImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChangeElementImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLChangeImportContext.hxx b/xmloff/source/text/XMLChangeImportContext.hxx index fff4eb276dae..7228ed38686e 100644 --- a/xmloff/source/text/XMLChangeImportContext.hxx +++ b/xmloff/source/text/XMLChangeImportContext.hxx @@ -45,7 +45,7 @@ class XMLChangeImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); /** * import a change mark diff --git a/xmloff/source/text/XMLChangeInfoContext.hxx b/xmloff/source/text/XMLChangeInfoContext.hxx index a9902dc987a1..3f87ad9f1319 100644 --- a/xmloff/source/text/XMLChangeInfoContext.hxx +++ b/xmloff/source/text/XMLChangeInfoContext.hxx @@ -51,7 +51,7 @@ class XMLChangeInfoContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChangeInfoContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLChangedRegionImportContext.hxx b/xmloff/source/text/XMLChangedRegionImportContext.hxx index a6c0883fc193..fc312f4c6633 100644 --- a/xmloff/source/text/XMLChangedRegionImportContext.hxx +++ b/xmloff/source/text/XMLChangedRegionImportContext.hxx @@ -55,7 +55,7 @@ class XMLChangedRegionImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChangedRegionImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx index 706a2079bd99..207ffc3987b6 100644 --- a/xmloff/source/text/XMLFootnoteBodyImportContext.hxx +++ b/xmloff/source/text/XMLFootnoteBodyImportContext.hxx @@ -37,7 +37,7 @@ class XMLFootnoteBodyImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFootnoteBodyImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx index a83f65957edd..bd120598f9f7 100644 --- a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx @@ -62,7 +62,7 @@ class XMLFootnoteConfigHelper : public SvXMLImportContext bool bIsBegin; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFootnoteConfigHelper( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLFootnoteImportContext.hxx b/xmloff/source/text/XMLFootnoteImportContext.hxx index dcc0269c1638..556ccfaa7cf3 100644 --- a/xmloff/source/text/XMLFootnoteImportContext.hxx +++ b/xmloff/source/text/XMLFootnoteImportContext.hxx @@ -56,7 +56,7 @@ class XMLFootnoteImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFootnoteImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx index c39c464a440a..6ada329b8324 100644 --- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx +++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.hxx @@ -66,7 +66,7 @@ class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexAlphabeticalSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx index ba8e47dab8b9..027cac96e04a 100644 --- a/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx +++ b/xmloff/source/text/XMLIndexBibliographyEntryContext.hxx @@ -45,7 +45,7 @@ class XMLIndexBibliographyEntryContext : public XMLIndexSimpleEntryContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexBibliographyEntryContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexBibliographySourceContext.hxx b/xmloff/source/text/XMLIndexBibliographySourceContext.hxx index bc90b275997a..3e62d41d0635 100644 --- a/xmloff/source/text/XMLIndexBibliographySourceContext.hxx +++ b/xmloff/source/text/XMLIndexBibliographySourceContext.hxx @@ -38,7 +38,7 @@ class XMLIndexBibliographySourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexBibliographySourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexBodyContext.hxx b/xmloff/source/text/XMLIndexBodyContext.hxx index dfda1c0352e8..3d72ec04f8f4 100644 --- a/xmloff/source/text/XMLIndexBodyContext.hxx +++ b/xmloff/source/text/XMLIndexBodyContext.hxx @@ -41,7 +41,7 @@ class XMLIndexBodyContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexBodyContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx index d6bdb2cae7f9..f89db81231f2 100644 --- a/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx +++ b/xmloff/source/text/XMLIndexChapterInfoEntryContext.hxx @@ -45,7 +45,7 @@ class XMLIndexChapterInfoEntryContext : public XMLIndexSimpleEntryContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexChapterInfoEntryContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx index 056de02a4ac8..d1a3b2ff9326 100644 --- a/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx +++ b/xmloff/source/text/XMLIndexIllustrationSourceContext.hxx @@ -40,7 +40,7 @@ class XMLIndexIllustrationSourceContext : public XMLIndexTableSourceContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexIllustrationSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexObjectSourceContext.hxx b/xmloff/source/text/XMLIndexObjectSourceContext.hxx index 790364e9a05b..2378f6dfef3b 100644 --- a/xmloff/source/text/XMLIndexObjectSourceContext.hxx +++ b/xmloff/source/text/XMLIndexObjectSourceContext.hxx @@ -49,7 +49,7 @@ class XMLIndexObjectSourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexObjectSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexSimpleEntryContext.hxx b/xmloff/source/text/XMLIndexSimpleEntryContext.hxx index 589899b6e1b2..824626f96735 100644 --- a/xmloff/source/text/XMLIndexSimpleEntryContext.hxx +++ b/xmloff/source/text/XMLIndexSimpleEntryContext.hxx @@ -53,7 +53,7 @@ protected: public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexSimpleEntryContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexSourceBaseContext.hxx b/xmloff/source/text/XMLIndexSourceBaseContext.hxx index c4c0fb545d92..43650e09bfdc 100644 --- a/xmloff/source/text/XMLIndexSourceBaseContext.hxx +++ b/xmloff/source/text/XMLIndexSourceBaseContext.hxx @@ -91,7 +91,7 @@ protected: public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexSourceBaseContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexSpanEntryContext.hxx b/xmloff/source/text/XMLIndexSpanEntryContext.hxx index b286511baecc..87152e32cfcf 100644 --- a/xmloff/source/text/XMLIndexSpanEntryContext.hxx +++ b/xmloff/source/text/XMLIndexSpanEntryContext.hxx @@ -39,7 +39,7 @@ class XMLIndexSpanEntryContext : public XMLIndexSimpleEntryContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexSpanEntryContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTOCContext.hxx b/xmloff/source/text/XMLIndexTOCContext.hxx index 2aec12be2bca..c49b986235cd 100644 --- a/xmloff/source/text/XMLIndexTOCContext.hxx +++ b/xmloff/source/text/XMLIndexTOCContext.hxx @@ -70,7 +70,7 @@ class XMLIndexTOCContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTOCContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTOCSourceContext.hxx b/xmloff/source/text/XMLIndexTOCSourceContext.hxx index f519df0db1cb..235dc5221ce1 100644 --- a/xmloff/source/text/XMLIndexTOCSourceContext.hxx +++ b/xmloff/source/text/XMLIndexTOCSourceContext.hxx @@ -48,7 +48,7 @@ class XMLIndexTOCSourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTOCSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTOCStylesContext.hxx b/xmloff/source/text/XMLIndexTOCStylesContext.hxx index 4ca00074de26..c57cc729827d 100644 --- a/xmloff/source/text/XMLIndexTOCStylesContext.hxx +++ b/xmloff/source/text/XMLIndexTOCStylesContext.hxx @@ -56,7 +56,7 @@ class XMLIndexTOCStylesContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTOCStylesContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx index ce0ad27c1db4..1414fcfaa4b0 100644 --- a/xmloff/source/text/XMLIndexTabStopEntryContext.hxx +++ b/xmloff/source/text/XMLIndexTabStopEntryContext.hxx @@ -46,7 +46,7 @@ class XMLIndexTabStopEntryContext : public XMLIndexSimpleEntryContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTabStopEntryContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTableSourceContext.hxx b/xmloff/source/text/XMLIndexTableSourceContext.hxx index a663d15e9b35..d758fc8fe680 100644 --- a/xmloff/source/text/XMLIndexTableSourceContext.hxx +++ b/xmloff/source/text/XMLIndexTableSourceContext.hxx @@ -48,7 +48,7 @@ class XMLIndexTableSourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTableSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTemplateContext.hxx b/xmloff/source/text/XMLIndexTemplateContext.hxx index be067639e36c..16935eb11f0c 100644 --- a/xmloff/source/text/XMLIndexTemplateContext.hxx +++ b/xmloff/source/text/XMLIndexTemplateContext.hxx @@ -112,7 +112,7 @@ public: const OUString sParaStyleLevel; - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTemplateContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx index 9410393a26bc..19d1b6a05807 100644 --- a/xmloff/source/text/XMLIndexTitleTemplateContext.hxx +++ b/xmloff/source/text/XMLIndexTitleTemplateContext.hxx @@ -54,7 +54,7 @@ class XMLIndexTitleTemplateContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexTitleTemplateContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLIndexUserSourceContext.hxx b/xmloff/source/text/XMLIndexUserSourceContext.hxx index 97f54f340835..8f3476335997 100644 --- a/xmloff/source/text/XMLIndexUserSourceContext.hxx +++ b/xmloff/source/text/XMLIndexUserSourceContext.hxx @@ -55,7 +55,7 @@ class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexUserSourceContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx b/xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx index c0644e60b838..1f28bf5778ec 100644 --- a/xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx +++ b/xmloff/source/text/XMLLineNumberingSeparatorImportContext.hxx @@ -40,7 +40,7 @@ class XMLLineNumberingSeparatorImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLLineNumberingSeparatorImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx index c374a1c53946..80f8ba963238 100644 --- a/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx +++ b/xmloff/source/text/XMLSectionFootnoteConfigImport.hxx @@ -47,7 +47,7 @@ class XMLSectionFootnoteConfigImport : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLSectionFootnoteConfigImport( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLSectionImportContext.hxx b/xmloff/source/text/XMLSectionImportContext.hxx index 5b71436d27bd..b7375c16a833 100644 --- a/xmloff/source/text/XMLSectionImportContext.hxx +++ b/xmloff/source/text/XMLSectionImportContext.hxx @@ -77,7 +77,7 @@ class XMLSectionImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLSectionImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx index a823faa1658d..8b082cfd14a6 100644 --- a/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx +++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.hxx @@ -40,7 +40,7 @@ class XMLSectionSourceDDEImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLSectionSourceDDEImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLSectionSourceImportContext.hxx b/xmloff/source/text/XMLSectionSourceImportContext.hxx index 7e86a4de63b9..2f6fcb671211 100644 --- a/xmloff/source/text/XMLSectionSourceImportContext.hxx +++ b/xmloff/source/text/XMLSectionSourceImportContext.hxx @@ -35,7 +35,7 @@ class XMLSectionSourceImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLSectionSourceImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLTextColumnsContext.cxx b/xmloff/source/text/XMLTextColumnsContext.cxx index 3eec7381703b..aecbbc53827b 100644 --- a/xmloff/source/text/XMLTextColumnsContext.cxx +++ b/xmloff/source/text/XMLTextColumnsContext.cxx @@ -97,7 +97,7 @@ class XMLTextColumnContext_Impl: public SvXMLImportContext text::TextColumn aColumn; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextColumnContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -179,7 +179,7 @@ class XMLTextColumnSepContext_Impl: public SvXMLImportContext VerticalAlignment eVertAlign; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextColumnSepContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/xmloff/source/text/XMLTextFrameContext.cxx b/xmloff/source/text/XMLTextFrameContext.cxx index 9b36879583e9..e3aaaff4dd72 100644 --- a/xmloff/source/text/XMLTextFrameContext.cxx +++ b/xmloff/source/text/XMLTextFrameContext.cxx @@ -115,7 +115,7 @@ class XMLTextFrameTitleOrDescContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextFrameTitleOrDescContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -151,7 +151,7 @@ class XMLTextFrameParam_Impl : public SvXMLImportContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextFrameParam_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -209,7 +209,7 @@ class XMLTextFrameContourContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextFrameContourContext_Impl( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -430,7 +430,7 @@ class XMLTextFrameContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); sal_Bool CreateIfNotThere(); const OUString& GetHRef() const { return sHRef; } diff --git a/xmloff/source/text/XMLTextFrameContext.hxx b/xmloff/source/text/XMLTextFrameContext.hxx index 5d614ed8a246..816e079a4457 100644 --- a/xmloff/source/text/XMLTextFrameContext.hxx +++ b/xmloff/source/text/XMLTextFrameContext.hxx @@ -64,7 +64,7 @@ protected: public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextFrameContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx index 19f4bd8a49fb..501e8a5f61e3 100644 --- a/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx +++ b/xmloff/source/text/XMLTextFrameHyperlinkContext.hxx @@ -40,7 +40,7 @@ class XMLTextFrameHyperlinkContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextFrameHyperlinkContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/text/XMLTextListBlockContext.hxx b/xmloff/source/text/XMLTextListBlockContext.hxx index 4172c107a318..cc4196d455cd 100644 --- a/xmloff/source/text/XMLTextListBlockContext.hxx +++ b/xmloff/source/text/XMLTextListBlockContext.hxx @@ -49,7 +49,7 @@ class XMLTextListBlockContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // add optional parameter <bRestartNumberingAtSubList> XMLTextListBlockContext( diff --git a/xmloff/source/text/XMLTextListItemContext.hxx b/xmloff/source/text/XMLTextListItemContext.hxx index 661c30625209..53c2ea13f9d8 100644 --- a/xmloff/source/text/XMLTextListItemContext.hxx +++ b/xmloff/source/text/XMLTextListItemContext.hxx @@ -38,7 +38,7 @@ class XMLTextListItemContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextListItemContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLTextMarkImportContext.hxx b/xmloff/source/text/XMLTextMarkImportContext.hxx index d7ae57e12868..460f670b8ec0 100644 --- a/xmloff/source/text/XMLTextMarkImportContext.hxx +++ b/xmloff/source/text/XMLTextMarkImportContext.hxx @@ -75,7 +75,7 @@ class XMLTextMarkImportContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextMarkImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/XMLTrackedChangesImportContext.hxx b/xmloff/source/text/XMLTrackedChangesImportContext.hxx index 711d718b46a3..45b3b9a54eeb 100644 --- a/xmloff/source/text/XMLTrackedChangesImportContext.hxx +++ b/xmloff/source/text/XMLTrackedChangesImportContext.hxx @@ -37,7 +37,7 @@ class XMLTrackedChangesImportContext : public SvXMLImportContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTrackedChangesImportContext( SvXMLImport& rImport, diff --git a/xmloff/source/text/txtdropi.hxx b/xmloff/source/text/txtdropi.hxx index 024840e84381..fc6551024d63 100644 --- a/xmloff/source/text/txtdropi.hxx +++ b/xmloff/source/text/txtdropi.hxx @@ -35,7 +35,7 @@ private: ::com::sun::star::xml::sax::XAttributeList > & xAttrList ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTextDropCapImportContext( SvXMLImport& rImport, sal_uInt16 nPrfx, diff --git a/xmloff/source/text/txtparai.cxx b/xmloff/source/text/txtparai.cxx index eb09a5745245..e5067cec49cb 100644 --- a/xmloff/source/text/txtparai.cxx +++ b/xmloff/source/text/txtparai.cxx @@ -156,7 +156,7 @@ void XMLCharContext::InsertString(const OUString& _sString) class XMLStartReferenceContext_Impl : public SvXMLImportContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // Do everything in constructor. Well ... XMLStartReferenceContext_Impl ( @@ -227,7 +227,7 @@ sal_Bool XMLStartReferenceContext_Impl::FindName( class XMLEndReferenceContext_Impl : public SvXMLImportContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // Do everything in constructor. Well ... XMLEndReferenceContext_Impl( @@ -284,7 +284,7 @@ class XMLImpSpanContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImpSpanContext_Impl( SvXMLImport& rImport, @@ -322,7 +322,7 @@ class XMLImpHyperlinkContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImpHyperlinkContext_Impl( SvXMLImport& rImport, @@ -455,7 +455,7 @@ class XMLImpRubyBaseContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImpRubyBaseContext_Impl( SvXMLImport& rImport, @@ -524,7 +524,7 @@ class XMLImpRubyContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImpRubyContext_Impl( SvXMLImport& rImport, @@ -550,7 +550,7 @@ class XMLImpRubyTextContext_Impl : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLImpRubyTextContext_Impl( SvXMLImport& rImport, @@ -692,7 +692,7 @@ protected: OUString m_XmlId; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLMetaImportContextBase( SvXMLImport& i_rImport, @@ -811,7 +811,7 @@ class XMLMetaImportContext : public XMLMetaImportContextBase OUString m_sDatatype; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLMetaImportContext( SvXMLImport& i_rImport, @@ -905,7 +905,7 @@ class XMLMetaFieldImportContext : public XMLMetaImportContextBase OUString m_DataStyleName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLMetaFieldImportContext( SvXMLImport& i_rImport, @@ -1011,7 +1011,7 @@ class XMLIndexMarkImportContext_Impl : public SvXMLImportContext OUString sID; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLIndexMarkImportContext_Impl( SvXMLImport& rImport, @@ -1284,7 +1284,7 @@ class XMLTOCMarkImportContext_Impl : public XMLIndexMarkImportContext_Impl const OUString sLevel; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTOCMarkImportContext_Impl( SvXMLImport& rImport, @@ -1349,7 +1349,7 @@ class XMLUserIndexMarkImportContext_Impl : public XMLIndexMarkImportContext_Impl const OUString sLevel; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLUserIndexMarkImportContext_Impl( SvXMLImport& rImport, @@ -1426,7 +1426,7 @@ class XMLAlphaIndexMarkImportContext_Impl : public XMLIndexMarkImportContext_Imp const OUString sMainEntry; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAlphaIndexMarkImportContext_Impl( SvXMLImport& rImport, diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx index 2f0629a8e6a0..df9c79db4f84 100644 --- a/xmloff/source/text/txtparai.hxx +++ b/xmloff/source/text/txtparai.hxx @@ -57,7 +57,7 @@ class XMLParaContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLParaContext( SvXMLImport& rImport, sal_uInt16 nPrfx, @@ -93,7 +93,7 @@ class XMLNumberedParaContext : public SvXMLImportContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLNumberedParaContext( SvXMLImport& i_rImport, sal_uInt16 i_nPrefix, diff --git a/xmloff/source/transform/ChartOASISTContext.hxx b/xmloff/source/transform/ChartOASISTContext.hxx index 8a3b5e722403..385a12ba56cc 100644 --- a/xmloff/source/transform/ChartOASISTContext.hxx +++ b/xmloff/source/transform/ChartOASISTContext.hxx @@ -25,7 +25,7 @@ class XMLChartOASISTransformerContext : public XMLTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChartOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/ChartOOoTContext.hxx b/xmloff/source/transform/ChartOOoTContext.hxx index 32624a919b5f..464e4a784ed6 100644 --- a/xmloff/source/transform/ChartOOoTContext.hxx +++ b/xmloff/source/transform/ChartOOoTContext.hxx @@ -25,7 +25,7 @@ class XMLChartOOoTransformerContext : public XMLTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLChartOOoTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx index 2e4212975de0..8570eccf80ef 100644 --- a/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx +++ b/xmloff/source/transform/ChartPlotAreaOASISTContext.cxx @@ -34,7 +34,7 @@ using ::com::sun::star::uno::Reference; class XMLAxisOASISContext : public XMLPersElemContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAxisOASISContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/ChartPlotAreaOASISTContext.hxx b/xmloff/source/transform/ChartPlotAreaOASISTContext.hxx index da69b1904376..79d8c8860517 100644 --- a/xmloff/source/transform/ChartPlotAreaOASISTContext.hxx +++ b/xmloff/source/transform/ChartPlotAreaOASISTContext.hxx @@ -26,7 +26,7 @@ class XMLChartPlotAreaOASISTContext : public XMLProcAttrTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); explicit XMLChartPlotAreaOASISTContext( XMLTransformerBase & rTransformer, const OUString & rQName ); diff --git a/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx b/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx index 9cae48db933d..a8cace1805ce 100644 --- a/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx +++ b/xmloff/source/transform/ChartPlotAreaOOoTContext.cxx @@ -34,7 +34,7 @@ using ::com::sun::star::uno::Reference; class XMLAxisOOoContext : public XMLPersElemContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLAxisOOoContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/ChartPlotAreaOOoTContext.hxx b/xmloff/source/transform/ChartPlotAreaOOoTContext.hxx index c0a9dc7ae849..21be555dcc1a 100644 --- a/xmloff/source/transform/ChartPlotAreaOOoTContext.hxx +++ b/xmloff/source/transform/ChartPlotAreaOOoTContext.hxx @@ -32,7 +32,7 @@ class XMLAxisContextVector : class XMLChartPlotAreaOOoTContext : public XMLProcAttrTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); explicit XMLChartPlotAreaOOoTContext( XMLTransformerBase & rTransformer, const OUString & rQName ); diff --git a/xmloff/source/transform/ControlOASISTContext.hxx b/xmloff/source/transform/ControlOASISTContext.hxx index 4d86cd785a18..4af9d225f0b1 100644 --- a/xmloff/source/transform/ControlOASISTContext.hxx +++ b/xmloff/source/transform/ControlOASISTContext.hxx @@ -28,7 +28,7 @@ class XMLControlOASISTransformerContext : public XMLTransformerContext sal_Bool m_bCreateControl; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLControlOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/ControlOOoTContext.hxx b/xmloff/source/transform/ControlOOoTContext.hxx index 196b2f9aa014..2cd024e85649 100644 --- a/xmloff/source/transform/ControlOOoTContext.hxx +++ b/xmloff/source/transform/ControlOOoTContext.hxx @@ -30,7 +30,7 @@ class XMLControlOOoTransformerContext : public XMLTransformerContext OUString m_aElemQName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLControlOOoTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/CreateElemTContext.hxx b/xmloff/source/transform/CreateElemTContext.hxx index 6b777a2df81e..4f12919efac5 100644 --- a/xmloff/source/transform/CreateElemTContext.hxx +++ b/xmloff/source/transform/CreateElemTContext.hxx @@ -32,7 +32,7 @@ protected: sal_uInt16 GetActionMap() const { return m_nActionMap; } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLCreateElemTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/DeepTContext.hxx b/xmloff/source/transform/DeepTContext.hxx index 7cf5e8d132b1..3fa76d5ae49a 100644 --- a/xmloff/source/transform/DeepTContext.hxx +++ b/xmloff/source/transform/DeepTContext.hxx @@ -31,7 +31,7 @@ class XMLPersElemContentTContext : public XMLPersAttrListTContext XMLTransformerContextVector m_aChildContexts; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // element content persistence only XMLPersElemContentTContext( XMLTransformerBase& rTransformer, diff --git a/xmloff/source/transform/DlgOASISTContext.hxx b/xmloff/source/transform/DlgOASISTContext.hxx index 9e4318c198cf..aef34f634f62 100644 --- a/xmloff/source/transform/DlgOASISTContext.hxx +++ b/xmloff/source/transform/DlgOASISTContext.hxx @@ -25,7 +25,7 @@ class XMLDlgOASISTransformerContext : public XMLTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLDlgOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/DocumentTContext.hxx b/xmloff/source/transform/DocumentTContext.hxx index e2bf9bb754b2..669f3e4a3c94 100644 --- a/xmloff/source/transform/DocumentTContext.hxx +++ b/xmloff/source/transform/DocumentTContext.hxx @@ -25,7 +25,7 @@ class XMLDocumentTransformerContext : public XMLTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. diff --git a/xmloff/source/transform/EventOASISTContext.hxx b/xmloff/source/transform/EventOASISTContext.hxx index ad3a89d65f58..f238d619c21e 100644 --- a/xmloff/source/transform/EventOASISTContext.hxx +++ b/xmloff/source/transform/EventOASISTContext.hxx @@ -27,7 +27,7 @@ class XMLTransformerOASISEventMap_Impl; class XMLEventOASISTransformerContext : public XMLRenameElemTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLEventOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/EventOOoTContext.hxx b/xmloff/source/transform/EventOOoTContext.hxx index 1e00369c3791..1aab3b03b2d1 100644 --- a/xmloff/source/transform/EventOOoTContext.hxx +++ b/xmloff/source/transform/EventOOoTContext.hxx @@ -29,7 +29,7 @@ class XMLEventOOoTransformerContext : public XMLPersElemContentTContext sal_Bool m_bPersistent; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLEventOOoTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/FlatTContext.hxx b/xmloff/source/transform/FlatTContext.hxx index bbb6d06e6512..f4ecb2107fc3 100644 --- a/xmloff/source/transform/FlatTContext.hxx +++ b/xmloff/source/transform/FlatTContext.hxx @@ -28,7 +28,7 @@ class XMLPersTextContentTContext : public XMLPersAttrListTContext OUString m_aCharacters; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. diff --git a/xmloff/source/transform/FormPropOASISTContext.hxx b/xmloff/source/transform/FormPropOASISTContext.hxx index 7bef55c2e592..81c61425701b 100644 --- a/xmloff/source/transform/FormPropOASISTContext.hxx +++ b/xmloff/source/transform/FormPropOASISTContext.hxx @@ -31,7 +31,7 @@ class XMLFormPropOASISTransformerContext : ::xmloff::token::XMLTokenEnum GetValueType( const OUString& rValue ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFormPropOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/FormPropOOoTContext.cxx b/xmloff/source/transform/FormPropOOoTContext.cxx index 14609173197f..4dcba94478db 100644 --- a/xmloff/source/transform/FormPropOOoTContext.cxx +++ b/xmloff/source/transform/FormPropOOoTContext.cxx @@ -39,7 +39,7 @@ class XMLFormPropValueTContext_Impl : public XMLTransformerContext sal_Bool m_bIsVoid; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // element content persistence only XMLFormPropValueTContext_Impl( XMLTransformerBase& rTransformer, diff --git a/xmloff/source/transform/FormPropOOoTContext.hxx b/xmloff/source/transform/FormPropOOoTContext.hxx index 8eae5124beb1..b0811b9b93d2 100644 --- a/xmloff/source/transform/FormPropOOoTContext.hxx +++ b/xmloff/source/transform/FormPropOOoTContext.hxx @@ -42,7 +42,7 @@ class XMLFormPropOOoTransformerContext : public XMLTransformerContext sal_Bool m_bIsList; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFormPropOOoTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/FrameOASISTContext.hxx b/xmloff/source/transform/FrameOASISTContext.hxx index 57434018f4ed..61364dc47e42 100644 --- a/xmloff/source/transform/FrameOASISTContext.hxx +++ b/xmloff/source/transform/FrameOASISTContext.hxx @@ -37,7 +37,7 @@ class XMLFrameOASISTransformerContext : public XMLTransformerContext ::com::sun::star::xml::sax::XAttributeList >& rAttrList ); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFrameOASISTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/FrameOOoTContext.hxx b/xmloff/source/transform/FrameOOoTContext.hxx index 75bb89370544..4c2b7a32c14a 100644 --- a/xmloff/source/transform/FrameOOoTContext.hxx +++ b/xmloff/source/transform/FrameOOoTContext.hxx @@ -27,7 +27,7 @@ class XMLFrameOOoTransformerContext : public XMLPersElemContentTContext OUString m_aElemQName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLFrameOOoTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/IgnoreTContext.hxx b/xmloff/source/transform/IgnoreTContext.hxx index cf7a8f1e912f..aa9a1ce0f965 100644 --- a/xmloff/source/transform/IgnoreTContext.hxx +++ b/xmloff/source/transform/IgnoreTContext.hxx @@ -31,7 +31,7 @@ class XMLIgnoreTransformerContext : public XMLTransformerContext sal_Bool m_bRecursiveUse; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. diff --git a/xmloff/source/transform/MergeElemTContext.cxx b/xmloff/source/transform/MergeElemTContext.cxx index 65c312515676..107adc244390 100644 --- a/xmloff/source/transform/MergeElemTContext.cxx +++ b/xmloff/source/transform/MergeElemTContext.cxx @@ -33,7 +33,7 @@ using namespace ::xmloff::token; class XMLParagraphTransformerContext : public XMLTransformerContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLParagraphTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -107,7 +107,7 @@ void XMLParagraphTransformerContext::Characters( const OUString& rChars ) class XMLPersTextContentRNGTransformTContext : public XMLPersTextContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLPersTextContentRNGTransformTContext( XMLTransformerBase& rTransformer, diff --git a/xmloff/source/transform/MergeElemTContext.hxx b/xmloff/source/transform/MergeElemTContext.hxx index 434b14a96426..a730830cea56 100644 --- a/xmloff/source/transform/MergeElemTContext.hxx +++ b/xmloff/source/transform/MergeElemTContext.hxx @@ -38,7 +38,7 @@ class XMLMergeElemTransformerContext : public XMLTransformerContext void ExportStartElement(); public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLMergeElemTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/MetaTContext.hxx b/xmloff/source/transform/MetaTContext.hxx index b37b05fcc15f..ca7296a98f2e 100644 --- a/xmloff/source/transform/MetaTContext.hxx +++ b/xmloff/source/transform/MetaTContext.hxx @@ -34,7 +34,7 @@ class XMLMetaTransformerContext : public XMLTransformerContext XMLMetaContexts_Impl m_aContexts; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. diff --git a/xmloff/source/transform/NotesTContext.hxx b/xmloff/source/transform/NotesTContext.hxx index be944343e21d..8d6cb0004191 100644 --- a/xmloff/source/transform/NotesTContext.hxx +++ b/xmloff/source/transform/NotesTContext.hxx @@ -29,7 +29,7 @@ class XMLNotesTransformerContext : public XMLPersElemContentTContext ::xmloff::token::XMLTokenEnum m_eTypeToken; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLNotesTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx index 9a9deb434d8f..9108deecd8af 100644 --- a/xmloff/source/transform/OOo2Oasis.cxx +++ b/xmloff/source/transform/OOo2Oasis.cxx @@ -1088,7 +1088,7 @@ class XMLDocumentTransformerContext_Impl : public XMLTransformerContext OUString m_aOldClass; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLDocumentTransformerContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1237,7 +1237,7 @@ class XMLBodyTransformerContext_Impl : public XMLTransformerContext OUString m_aClassQName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLBodyTransformerContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1299,7 +1299,7 @@ void XMLBodyTransformerContext_Impl::EndElement() class XMLTabStopOOoTContext_Impl : public XMLPersElemContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTabStopOOoTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1400,7 +1400,7 @@ class XMLTrackedChangesOOoTContext_Impl : public XMLTransformerContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTrackedChangesOOoTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName, @@ -1476,7 +1476,7 @@ class XMLTableOOoTransformerContext_Impl : public XMLTransformerContext OUString m_aElemQName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTableOOoTransformerContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx index cfcea4f031f3..7e58a6ed474c 100644 --- a/xmloff/source/transform/Oasis2OOo.cxx +++ b/xmloff/source/transform/Oasis2OOo.cxx @@ -1147,7 +1147,7 @@ class XMLTableTransformerContext_Impl : public XMLTransformerContext OUString m_aElemQName; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTableTransformerContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1249,7 +1249,7 @@ class XMLBodyOASISTransformerContext_Impl : public XMLTransformerContext sal_Bool m_bFirstChild; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLBodyOASISTransformerContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1309,7 +1309,7 @@ void XMLBodyOASISTransformerContext_Impl::EndElement() class XMLTabStopOASISTContext_Impl : public XMLPersElemContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTabStopOASISTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1444,7 +1444,7 @@ class XMLConfigItemTContext_Impl : public XMLTransformerContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLConfigItemTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -1559,7 +1559,7 @@ class XMLTrackedChangesOASISTContext_Impl : public XMLTransformerContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTrackedChangesOASISTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/PersAttrListTContext.hxx b/xmloff/source/transform/PersAttrListTContext.hxx index a31a57068e7e..921e5cbcffb6 100644 --- a/xmloff/source/transform/PersAttrListTContext.hxx +++ b/xmloff/source/transform/PersAttrListTContext.hxx @@ -37,7 +37,7 @@ protected: void SetExportQName( const OUString& r ) { m_aElemQName = r; } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // A contexts constructor does anything that is required if an element // starts. Namespace processing has been done already. diff --git a/xmloff/source/transform/PersMixedContentTContext.cxx b/xmloff/source/transform/PersMixedContentTContext.cxx index ce78be5e7e96..1212a693b3b5 100644 --- a/xmloff/source/transform/PersMixedContentTContext.cxx +++ b/xmloff/source/transform/PersMixedContentTContext.cxx @@ -28,7 +28,7 @@ class XMLPersTextTContext_Impl : public XMLTransformerContext OUString m_aCharacters; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLPersTextTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rChars ); diff --git a/xmloff/source/transform/PersMixedContentTContext.hxx b/xmloff/source/transform/PersMixedContentTContext.hxx index 54f0902eceb4..d4aee30f9b3d 100644 --- a/xmloff/source/transform/PersMixedContentTContext.hxx +++ b/xmloff/source/transform/PersMixedContentTContext.hxx @@ -28,7 +28,7 @@ class XMLPersMixedContentTContext : public XMLPersElemContentTContext { public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // mixed content persistence only XMLPersMixedContentTContext( XMLTransformerBase& rTransformer, diff --git a/xmloff/source/transform/ProcAddAttrTContext.hxx b/xmloff/source/transform/ProcAddAttrTContext.hxx index 91ac323b11e7..650982a29588 100644 --- a/xmloff/source/transform/ProcAddAttrTContext.hxx +++ b/xmloff/source/transform/ProcAddAttrTContext.hxx @@ -28,7 +28,7 @@ class XMLProcAddAttrTransformerContext : public XMLProcAttrTransformerContext OUString m_aAttrValue; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLProcAddAttrTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/ProcAttrTContext.hxx b/xmloff/source/transform/ProcAttrTContext.hxx index 32daf09142cf..b89c681b5e49 100644 --- a/xmloff/source/transform/ProcAttrTContext.hxx +++ b/xmloff/source/transform/ProcAttrTContext.hxx @@ -34,7 +34,7 @@ protected: sal_uInt16 GetActionMap() const { return m_nActionMap; } public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLProcAttrTransformerContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/RenameElemTContext.hxx b/xmloff/source/transform/RenameElemTContext.hxx index e1191ecbab62..81e2c8fa6ad0 100644 --- a/xmloff/source/transform/RenameElemTContext.hxx +++ b/xmloff/source/transform/RenameElemTContext.hxx @@ -31,7 +31,7 @@ class XMLRenameElemTransformerContext : public XMLTransformerContext OUString m_aAttrValue; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); // The following consutructor renames the element names "rQName" // to bPrefix/eToken diff --git a/xmloff/source/transform/StyleOASISTContext.cxx b/xmloff/source/transform/StyleOASISTContext.cxx index 3d2ed2f98967..b78ea0134f27 100644 --- a/xmloff/source/transform/StyleOASISTContext.cxx +++ b/xmloff/source/transform/StyleOASISTContext.cxx @@ -77,7 +77,7 @@ public: XMLTransformerContext::SetQName( rQName ); }; - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLPropertiesTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/StyleOASISTContext.hxx b/xmloff/source/transform/StyleOASISTContext.hxx index d3e528d8f2a3..883debcc4961 100644 --- a/xmloff/source/transform/StyleOASISTContext.hxx +++ b/xmloff/source/transform/StyleOASISTContext.hxx @@ -35,7 +35,7 @@ class XMLStyleOASISTContext : public XMLPersElemContentTContext OUString m_aStyleFamily; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLStyleOASISTContext( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/StyleOOoTContext.cxx b/xmloff/source/transform/StyleOOoTContext.cxx index c28643171464..908da3556b0d 100644 --- a/xmloff/source/transform/StyleOOoTContext.cxx +++ b/xmloff/source/transform/StyleOOoTContext.cxx @@ -148,7 +148,7 @@ class XMLTypedPropertiesOOoTContext_Impl : public XMLPersElemContentTContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLTypedPropertiesOOoTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName ); @@ -236,7 +236,7 @@ class XMLPropertiesOOoTContext_Impl : public XMLTransformerContext public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLPropertiesOOoTContext_Impl( XMLTransformerBase& rTransformer, const OUString& rQName, diff --git a/xmloff/source/transform/StyleOOoTContext.hxx b/xmloff/source/transform/StyleOOoTContext.hxx index 7eb9a3d18427..7d28206e2dda 100644 --- a/xmloff/source/transform/StyleOOoTContext.hxx +++ b/xmloff/source/transform/StyleOOoTContext.hxx @@ -34,7 +34,7 @@ class XMLStyleOOoTContext : public XMLPersElemContentTContext sal_Bool m_bPersistent; public: - TYPEINFO(); + TYPEINFO_OVERRIDE(); XMLStyleOOoTContext( XMLTransformerBase& rTransformer, const OUString& rQName, |