summaryrefslogtreecommitdiff
path: root/svx/source/form/dataaccessdescriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/dataaccessdescriptor.cxx')
-rw-r--r--svx/source/form/dataaccessdescriptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/dataaccessdescriptor.cxx b/svx/source/form/dataaccessdescriptor.cxx
index d3b94afe6f04..ce8a47d7e095 100644
--- a/svx/source/form/dataaccessdescriptor.cxx
+++ b/svx/source/form/dataaccessdescriptor.cxx
@@ -228,7 +228,7 @@ namespace svx
// build the property value
PropertyValue aReturn;
aReturn.Name = pProperty->maName;
- aReturn.Handle = (sal_Int32)pProperty->mnHandle;
+ aReturn.Handle = static_cast<sal_Int32>(pProperty->mnHandle);
aReturn.Value = _rPos->second;
aReturn.State = PropertyState_DIRECT_VALUE;