summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/tp_PolarOptions.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-14 13:50:33 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-03-14 14:12:13 -0400
commit8b49dc02d94ad1a56e7e826b727262be775a54b0 (patch)
tree16f7c804c1798b565b13d2f23bf17a5fce9973c6 /chart2/source/controller/dialogs/tp_PolarOptions.cxx
parent697a77f6ec0a837e6b9b8bf26369c6af8ca8ffd0 (diff)
Various, mostly mutex-related build breakage fixes & warning removals.
Diffstat (limited to 'chart2/source/controller/dialogs/tp_PolarOptions.cxx')
-rw-r--r--chart2/source/controller/dialogs/tp_PolarOptions.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/controller/dialogs/tp_PolarOptions.cxx b/chart2/source/controller/dialogs/tp_PolarOptions.cxx
index e1dc637948b6..a915a6e2604f 100644
--- a/chart2/source/controller/dialogs/tp_PolarOptions.cxx
+++ b/chart2/source/controller/dialogs/tp_PolarOptions.cxx
@@ -87,11 +87,9 @@ void PolarOptionsTabPage::Reset(const SfxItemSet& rInAttrs)
{
const SfxPoolItem *pPoolItem = NULL;
- long nTmp;
if (rInAttrs.GetItemState(SCHATTR_STARTING_ANGLE, sal_True, &pPoolItem) == SFX_ITEM_SET)
{
long nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue();
-
m_aAngleDial.SetRotation( nTmp*100 );
}
else