summaryrefslogtreecommitdiff
path: root/include/xmloff/prstylei.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r--include/xmloff/prstylei.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx
index e727003987b8..059ad70e28bd 100644
--- a/include/xmloff/prstylei.hxx
+++ b/include/xmloff/prstylei.hxx
@@ -48,7 +48,7 @@ protected:
virtual void SetAttribute( sal_uInt16 nPrefixKey,
const OUString& rLocalName,
- const OUString& rValue );
+ const OUString& rValue ) SAL_OVERRIDE;
SvXMLStylesContext *GetStyles() { return (SvXMLStylesContext *)&mxStyles; }
::std::vector< XMLPropertyState > & GetProperties() { return maProperties; }
@@ -72,7 +72,7 @@ public:
virtual SvXMLImportContext *CreateChildContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
- const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList );
+ const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList > & xAttrList ) SAL_OVERRIDE;
virtual void FillPropertySet(
const ::com::sun::star::uno::Reference<
@@ -88,10 +88,10 @@ public:
const ::com::sun::star::uno::Reference<
::com::sun::star::style::XStyle >& xStl) { mxStyle = xStl; }
- virtual void SetDefaults();
+ virtual void SetDefaults() SAL_OVERRIDE;
- virtual void CreateAndInsert( sal_Bool bOverwrite );
- virtual void Finish( bool bOverwrite );
+ virtual void CreateAndInsert( sal_Bool bOverwrite ) SAL_OVERRIDE;
+ virtual void Finish( bool bOverwrite ) SAL_OVERRIDE;
};
#endif