summaryrefslogtreecommitdiff
path: root/cui/source/options/optchart.hxx
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2011-04-04 12:07:23 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-04 12:07:23 +0300
commitd57dfa29c2ba47293eb12a853cdccf4196565ef7 (patch)
tree49473dd0cc84c983afc0ccd6b759af681e6bcf9e /cui/source/options/optchart.hxx
parenta561fc7f6538c9e3271f0a2e9847577adeb25842 (diff)
Improvement of adding and removing color charts
Diffstat (limited to 'cui/source/options/optchart.hxx')
-rw-r--r--cui/source/options/optchart.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/options/optchart.hxx b/cui/source/options/optchart.hxx
index 933a72e0ab03..1b457dd64385 100644
--- a/cui/source/options/optchart.hxx
+++ b/cui/source/options/optchart.hxx
@@ -55,6 +55,7 @@ public:
class SvxDefaultColorOptPage : public SfxTabPage
{
+
private:
FixedLine aGbChartColors;
ChartColorLB aLbChartColors;
@@ -70,7 +71,7 @@ private:
DECL_LINK( ResetToDefaults, void * );
DECL_LINK( AddChartColor, void * );
- DECL_LINK( RemoveChartColor, void * );
+ DECL_LINK( RemoveChartColor, PushButton * );
DECL_LINK( ListClickedHdl, ChartColorLB * );
DECL_LINK( BoxClickedHdl, ValueSet * );