diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:48:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:48:35 +0000 |
commit | 6dfaa70f3e3b680092fb408d7c4e2b9f38be6e7f (patch) | |
tree | 6980e3f5a67860d1002fd04921cbfce9b6f086cc /shell | |
parent | f21d1b5f2c59dd0493432c5f7d5853c6df4626f8 (diff) |
INTEGRATION: CWS mingwport03 (1.3.100); FILE MERGED
2006/11/09 00:08:36 vg 1.3.100.2: RESYNC: (1.3-1.5); FILE MERGED
2006/09/18 14:33:35 vg 1.3.100.1: #i53572# MinGW port
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/all/zipfile/zipexcptn.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/source/all/zipfile/zipexcptn.cxx b/shell/source/all/zipfile/zipexcptn.cxx index 4e9a70621c71..57211f8236d9 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.5 $ + * $Revision: 1.6 $ * - * last change: $Author: vg $ $Date: 2006-09-25 13:03:53 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:48:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,7 +55,7 @@ RuntimeException::RuntimeException(int Error) : //------------------------------------------ /** */ -RuntimeException::~RuntimeException() +RuntimeException::~RuntimeException() throw() { } @@ -95,7 +95,7 @@ Win32Exception::Win32Exception(int Error) : //------------------------------------------ /** */ -Win32Exception::~Win32Exception() +Win32Exception::~Win32Exception() throw() { if (m_MsgBuff) LocalFree(m_MsgBuff); |