summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/res_Trendline.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:47:50 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:47:50 +0000
commitd3568bf9229b9164c12449aaf2c1b3d0762dc825 (patch)
tree86a1baba35eeb1c634f786d88ab7bc5097cbcfc4 /chart2/source/controller/dialogs/res_Trendline.hxx
parent304fdb4083612afa8d26f9dcfd73a952fdf7933d (diff)
INTEGRATION: CWS chart20_DEV300 (1.2.4); FILE MERGED
2008/02/21 15:59:26 bm 1.2.4.1: #i366# error bars from ranges
Diffstat (limited to 'chart2/source/controller/dialogs/res_Trendline.hxx')
-rw-r--r--chart2/source/controller/dialogs/res_Trendline.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/chart2/source/controller/dialogs/res_Trendline.hxx b/chart2/source/controller/dialogs/res_Trendline.hxx
index f6f9b24d955b..c3cc3bbf8e91 100644
--- a/chart2/source/controller/dialogs/res_Trendline.hxx
+++ b/chart2/source/controller/dialogs/res_Trendline.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: res_Trendline.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2008-02-18 15:48:19 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:38:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -66,11 +66,11 @@ private:
RadioButton m_aRBExponential;
RadioButton m_aRBPower;
- FixedBitmap m_aFBNone;
- FixedBitmap m_aFBLinear;
- FixedBitmap m_aFBLogarithmic;
- FixedBitmap m_aFBExponential;
- FixedBitmap m_aFBPower;
+ FixedImage m_aFINone;
+ FixedImage m_aFILinear;
+ FixedImage m_aFILogarithmic;
+ FixedImage m_aFIExponential;
+ FixedImage m_aFIPower;
FixedLine m_aFLEquation;
CheckBox m_aCBShowEquation;