summaryrefslogtreecommitdiff
path: root/sj2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:38:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:38:27 +0000
commit981d36cff6fc55b8b57a4b6e21550e9396f8ffe7 (patch)
tree261030bb026229c812259521737b0053403aa19c /sj2
parent8d898658ebe9b879941dfcb4a99e18cf689ac924 (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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sj2/inc/sjapplet.hxx b/sj2/inc/sjapplet.hxx
index 19b19f6094..8b7b963415 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();