diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:03:53 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-25 12:03:53 +0000 |
commit | fa32ac5894efd3a4750198fd4a07308cce7e38d0 (patch) | |
tree | f994b046b3cdcb9eca728d3e9629e66f6fcc349a /shell | |
parent | b82ec6e358bcc456ae7dadf943dd985f2a2693c1 (diff) |
INTEGRATION: CWS obo05 (1.3.64); FILE MERGED
2006/06/22 14:20:06 obo 1.3.64.1: #i53611# .net 2005
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/all/zipfile/zipexcptn.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/all/zipfile/zipexcptn.cxx b/shell/source/all/zipfile/zipexcptn.cxx index 219563596c72..4e9a70621c71 100644 --- a/shell/source/all/zipfile/zipexcptn.cxx +++ b/shell/source/all/zipfile/zipexcptn.cxx @@ -4,9 +4,9 @@ * * $RCSfile: zipexcptn.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:36:14 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:03:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,7 +62,7 @@ RuntimeException::~RuntimeException() //------------------------------------------ /** */ -RuntimeException::GetErrorCode() const +int RuntimeException::GetErrorCode() const { return m_Error; } |