diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 10:29:11 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-08 10:29:11 +0000 |
commit | 54291f9795aa90fe3796731f0d0d12888f3d961b (patch) | |
tree | 532df1063210cef983e35aba81784f9b6d41ab92 /sc/inc/validat.hxx | |
parent | 5d76b7c73fe1037cd8d4fe056ee29716c025ceb1 (diff) |
INTEGRATION: CWS calcer (1.7.222); FILE MERGED
2004/12/01 13:40:55 er 1.7.222.1: make dtors virtual
Diffstat (limited to 'sc/inc/validat.hxx')
-rw-r--r-- | sc/inc/validat.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/validat.hxx b/sc/inc/validat.hxx index 3d6f42cb6d2b..0f0fce4108ea 100644 --- a/sc/inc/validat.hxx +++ b/sc/inc/validat.hxx @@ -2,9 +2,9 @@ * * $RCSfile: validat.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: obo $ $Date: 2004-06-04 10:17:59 $ + * last change: $Author: vg $ $Date: 2005-03-08 11:29:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -133,7 +133,7 @@ public: ScValidationData( ScDocument* pDocument, const ScValidationData& r ); ScValidationData( SvStream& rStream, ScMultipleReadHeader& rHdr, ScDocument* pDocument ); - ~ScValidationData(); + virtual ~ScValidationData(); void Store(SvStream& rStream, ScMultipleWriteHeader& rHdr) const; |