Kaydet (Commit) 5db19a41 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Compiler warning.

Change-Id: I66b16e9767369fd54611f92d66cd1b43f4e8c5a8
üst 8cef6c7e
......@@ -782,7 +782,7 @@ void DrawingML::WriteRunProperties( Reference< XPropertySet > rRun, sal_Bool bIs
mAny >>= nCharEscapement;
if( nCharEscapement && GETAD( CharEscapementHeight ) ) {
sal_uInt32 nCharEscapementHeight;
sal_uInt32 nCharEscapementHeight = 0;
mAny >>= nCharEscapementHeight;
nSize = (nSize * nCharEscapementHeight) / 100;
// MSO uses default ~58% size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment