summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
Diffstat (limited to 'rsc')
-rw-r--r--rsc/inc/rscerror.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/inc/rscerror.h b/rsc/inc/rscerror.h
index f0f984589d44..6f036eec345e 100644
--- a/rsc/inc/rscerror.h
+++ b/rsc/inc/rscerror.h
@@ -111,7 +111,7 @@ enum RscVerbosity
RscVerbosityVerbose = 2
};
-class RscError
+class RscError final
{
FILE * fListing;
RscVerbosity m_verbosity;
@@ -122,7 +122,6 @@ class RscError
void ErrorFormat( const ERRTYPE& rError, RscTop * pClass,
const RscId & aId );
public:
- virtual ~RscError() {}
sal_uInt32 nErrors; // Number of errors
RscError( RscVerbosity _verbosity )