diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 14:02:20 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-09-18 14:02:20 +0000 |
commit | a5a3d3f16f0be2cf33cb7e8303b56b34b428af8c (patch) | |
tree | 3a3ad743420847ae454f1d3458d4d7a7f75e8241 /chart2/source/model/main/Legend.hxx | |
parent | 7b6d777671afba6e743e9e157117b80398b86869 (diff) |
INTEGRATION: CWS chart11 (1.6.38); FILE MERGED
2007/07/31 22:19:25 bm 1.6.38.1: #i79522# warnings on Solaris removed
Diffstat (limited to 'chart2/source/model/main/Legend.hxx')
-rw-r--r-- | chart2/source/model/main/Legend.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chart2/source/model/main/Legend.hxx b/chart2/source/model/main/Legend.hxx index e566aa7b020d..7526bea6deb5 100644 --- a/chart2/source/model/main/Legend.hxx +++ b/chart2/source/model/main/Legend.hxx @@ -4,9 +4,9 @@ * * $RCSfile: Legend.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: vg $ $Date: 2007-05-22 18:39:39 $ + * last change: $Author: vg $ $Date: 2007-09-18 15:02:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -165,6 +165,7 @@ protected: // ____ OPropertySet ____ virtual void firePropertyChangeEvent(); + using OPropertySet::disposing; void fireModifyEvent(); |