diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:38:27 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 09:38:27 +0000 |
commit | 7cd628a40e4b526e2a5552d7b9b97900c3557f36 (patch) | |
tree | 6059de2b41baf83bd8255b79b59ca2a69e2e6fc7 /sj2 | |
parent | aacefa223bca81a3bf6da94e9cfe197812a17561 (diff) |
INTEGRATION: CWS warnings01 (1.3.6); FILE MERGED
2005/10/27 12:10:52 sb 1.3.6.1: #i53898# Made code warning-free.
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/inc/sjapplet.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/inc/sjapplet.hxx b/sj2/inc/sjapplet.hxx index 6c41a13e72a4..e8303b9eba0b 100644 --- a/sj2/inc/sjapplet.hxx +++ b/sj2/inc/sjapplet.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sjapplet.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:12:49 $ + * last change: $Author: hr $ $Date: 2006-06-19 10:38:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ public: static void settingsChanged(void); SjApplet2(); - ~SjApplet2(); + virtual ~SjApplet2(); void Init(Window * pParentWin, const INetURLObject & rDocBase, const SvCommandList & rCmdList); void setSizePixel( const Size & ); void appletRestart(); |