summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdattr.cxx')
-rw-r--r--svx/source/svdraw/svdattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx
index b37b9297dd52..cc94cf7efc3e 100644
--- a/svx/source/svdraw/svdattr.cxx
+++ b/svx/source/svdraw/svdattr.cxx
@@ -1233,7 +1233,7 @@ bool SdrTextAniAmountItem::GetPresentation(
sal_Int32 nValue(GetValue());
if(!nValue)
- nValue = -1L;
+ nValue = -1;
if(nValue < 0)
{