summaryrefslogtreecommitdiff
path: root/include/svx/xmlexchg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/xmlexchg.hxx')
-rw-r--r--include/svx/xmlexchg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/xmlexchg.hxx b/include/svx/xmlexchg.hxx
index 6530b2d45c25..2c7f30d2a7d2 100644
--- a/include/svx/xmlexchg.hxx
+++ b/include/svx/xmlexchg.hxx
@@ -68,8 +68,8 @@ namespace svx
protected:
// TransferableHelper overridables
- virtual void AddSupportedFormats();
- virtual bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor );
+ virtual void AddSupportedFormats() SAL_OVERRIDE;
+ virtual bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ) SAL_OVERRIDE;
OXFormsDescriptor m_aDescriptor;