diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:19:50 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 12:19:50 +0000 |
commit | 24e86a1a0e0d24c7a5814f7e37737e26d7168216 (patch) | |
tree | e8cae19c6b10da85c6f578f436335f542e349db1 /tools/bootstrp/cppdep.hxx | |
parent | 4a1a8568c706f380057ff992f86bcab2b1af36db (diff) |
INTEGRATION: CWS warnings01 (1.4.8); FILE MERGED
2005/10/27 12:28:48 sb 1.4.8.2: #i53898# Made code warning-free.
2005/10/14 11:19:21 sb 1.4.8.1: #i53898# Made code warning-free; cleanup.
Diffstat (limited to 'tools/bootstrp/cppdep.hxx')
-rw-r--r-- | tools/bootstrp/cppdep.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bootstrp/cppdep.hxx b/tools/bootstrp/cppdep.hxx index 232c3dc74871..24f575c5ed03 100644 --- a/tools/bootstrp/cppdep.hxx +++ b/tools/bootstrp/cppdep.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cppdep.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:28:52 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:19:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,7 @@ #define PATH_SEP ":" #define DIR_SEP "/" -DECLARE_LIST( ByteStringList, ByteString * ); +DECLARE_LIST( ByteStringList, ByteString * ) class CppDep { @@ -56,7 +56,7 @@ protected: public: CppDep( ByteString aFileName ); CppDep(); - ~CppDep(); + virtual ~CppDep(); virtual void Execute(); ByteStringList* GetDepList(){return pFileList;} |