diff options
Diffstat (limited to 'vcl/headless/svpdata.cxx')
-rw-r--r-- | vcl/headless/svpdata.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/headless/svpdata.cxx b/vcl/headless/svpdata.cxx index ede1c1b5a94e..1dcb8cabd897 100644 --- a/vcl/headless/svpdata.cxx +++ b/vcl/headless/svpdata.cxx @@ -14,8 +14,8 @@ class SvpSalData : public SalGenericData { public: SvpSalData( SalInstance *pInstance ) : SalGenericData( SAL_DATA_SVP, pInstance ) {} - virtual void ErrorTrapPush() {} - virtual bool ErrorTrapPop( bool ) { return false; } + virtual void ErrorTrapPush() SAL_OVERRIDE {} + virtual bool ErrorTrapPop( bool ) SAL_OVERRIDE { return false; } }; // plugin factory function |