summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 10:34:40 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-04-22 13:57:32 +0200
commit97c6d4b050279699d88b6ef3df70b69b00eec945 (patch)
tree28b1464eb12ee73b8b6360c1efd74c335f2149e7 /chart2
parent13861b853fd707c9f288197302fb76db32c8dc66 (diff)
fix type mismatch
Change-Id: I5f8ae075c01cd78c38e6ab17a3f2c0b999c65012
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/inc/LineProperties.hxx2
-rw-r--r--chart2/source/tools/ErrorBar.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/inc/LineProperties.hxx b/chart2/source/inc/LineProperties.hxx
index bbbd39136b65..f2b4d305b6ec 100644
--- a/chart2/source/inc/LineProperties.hxx
+++ b/chart2/source/inc/LineProperties.hxx
@@ -24,7 +24,7 @@ private:
sal_Int32 mnLineWidth;
com::sun::star::drawing::LineStyle meLineStyle;
com::sun::star::util::Color maLineColor;
- sal_uInt8 mnLineTransparence;
+ sal_Int16 mnLineTransparence;
com::sun::star::drawing::LineJoint meLineJoint;
public:
diff --git a/chart2/source/tools/ErrorBar.cxx b/chart2/source/tools/ErrorBar.cxx
index 557cbbb866e3..a2dd95cb8e27 100644
--- a/chart2/source/tools/ErrorBar.cxx
+++ b/chart2/source/tools/ErrorBar.cxx
@@ -68,7 +68,7 @@ const SfxItemPropertySet* GetErrorBarPropertySet()
{MAP_CHAR_LEN("LineDash"),10,&getCppuType((drawing::LineDash*)0),0,0},
{MAP_CHAR_LEN("LineWidth"),11,&getCppuType((sal_Int32*)0),0,0},
{MAP_CHAR_LEN("LineColor"),12,&getCppuType((com::sun::star::util::Color*)0),0,0},
- {MAP_CHAR_LEN("LineTransparence"),13,&getCppuType((sal_uInt8*)0),0,0},
+ {MAP_CHAR_LEN("LineTransparence"),13,&getCppuType((sal_Int16*)0),0,0},
{MAP_CHAR_LEN("LineJoint"),14,&getCppuType((com::sun::star::drawing::LineJoint*)0),0,0},
{0,0,0,0,0,0}
};