summaryrefslogtreecommitdiff
path: root/svx/source/items/rotmodit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/items/rotmodit.cxx')
-rw-r--r--svx/source/items/rotmodit.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/rotmodit.cxx b/svx/source/items/rotmodit.cxx
index 0652f38f5d97..b1f21a131517 100644
--- a/svx/source/items/rotmodit.cxx
+++ b/svx/source/items/rotmodit.cxx
@@ -60,7 +60,7 @@ SfxPoolItem* SvxRotateModeItem::Create( SvStream& rStream, sal_uInt16 ) const
{
sal_uInt16 nVal;
rStream.ReadUInt16( nVal );
- return new SvxRotateModeItem( (SvxRotateMode) nVal,Which() );
+ return new SvxRotateModeItem( static_cast<SvxRotateMode>(nVal),Which() );
}
bool SvxRotateModeItem::GetPresentation(