summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:42:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:42:33 +0000
commit6adb98afe48aed7a0c194658d61e40c52acba79d (patch)
tree3c0f47bb02052c7b2cad9ffe13afa280cede8c28
parent8ca328a3ec078e1f45546b57b3031ec434a9433f (diff)
INTEGRATION: CWS warnings01 (1.3.16); FILE MERGED
2006/05/26 13:54:02 sb 1.3.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/24 01:13:27 sb 1.3.16.2: RESYNC: (1.3-1.4); FILE MERGED 2006/02/20 15:31:50 cd 1.3.16.1: #i55991# Warning free code for Windows C++ compiler
-rw-r--r--embedserv/source/inc/iipaobj.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/embedserv/source/inc/iipaobj.hxx b/embedserv/source/inc/iipaobj.hxx
index 9f34b4870c6b..f1e87b01847c 100644
--- a/embedserv/source/inc/iipaobj.hxx
+++ b/embedserv/source/inc/iipaobj.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iipaobj.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2006-05-05 09:57:03 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:42:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -51,7 +51,7 @@ class CIIAObj
public:
CIIAObj( DocumentHolder * );
- ~CIIAObj();
+ virtual ~CIIAObj();
/* IUnknown methods */
STDMETHODIMP QueryInterface(REFIID, LPVOID FAR * ppvObj);