diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:08:10 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-09-27 07:08:10 +0000 |
commit | 701757912a4b997986e863d8b5ae655d6321e2ef (patch) | |
tree | c521b5d377a5f76b68d4dcbf676fd9747ea443c3 /sw/inc/printdata.hxx | |
parent | 8b24944ce4f95fc0270f0b3ea516714f518ee586 (diff) |
INTEGRATION: CWS swwarnings (1.7.242); FILE MERGED
2007/04/11 10:27:50 os 1.7.242.2: RESYNC: (1.7-1.8); FILE MERGED
2007/02/22 15:05:38 tl 1.7.242.1: #i69287# warning-free code
Diffstat (limited to 'sw/inc/printdata.hxx')
-rw-r--r-- | sw/inc/printdata.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/printdata.hxx b/sw/inc/printdata.hxx index 72768870877b..49a4018cb37e 100644 --- a/sw/inc/printdata.hxx +++ b/sw/inc/printdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: printdata.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2007-04-03 13:46:03 $ + * last change: $Author: hr $ $Date: 2007-09-27 08:08:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -82,6 +82,8 @@ struct SwPrintData nPrintPostIts = 0; } + virtual ~SwPrintData() {} + sal_Bool operator==(const SwPrintData& rData)const { return |