diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:08:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:08:48 +0000 |
commit | 98e853d1eea7ce1ddd44166c1bb33d97f2b6c3f5 (patch) | |
tree | 66767123241963885a69068806f305f352fe68ad /soltools | |
parent | dc91888e2af70c2bed8c2e05c626598da2c15664 (diff) |
INTEGRATION: CWS warnings01 (1.1.146); FILE MERGED
2005/09/23 02:15:24 sb 1.1.146.2: RESYNC: (1.1-1.2); FILE MERGED
2005/09/02 14:57:36 sb 1.1.146.1: #i53898# Made code warning-free.
Diffstat (limited to 'soltools')
-rw-r--r-- | soltools/ldump/ldump.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/ldump/ldump.hxx b/soltools/ldump/ldump.hxx index 29b89bb34af5..edbb36d0dcee 100644 --- a/soltools/ldump/ldump.hxx +++ b/soltools/ldump/ldump.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ldump.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 07:28:44 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:08:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,6 +79,6 @@ public: bool Filter(char *pName); bool PrintDefFile(); bool PrintDataBase(); - static bool DumpError(unsigned long nError); + static void DumpError(unsigned long nError); }; |