Kaydet (Commit) 9f69b963 authored tarafından Pavel Janík's avatar Pavel Janík

Reorder initializations to prevent compiler warnings.

üst 1afc90da
......@@ -188,11 +188,11 @@ namespace sw
maPos(rPos),
maSize(),
maLayoutSize(),
meWriterType(eBulletGrf),
mpStartFrameContent(0),
mbIsInline(true),
meWriterType(eBulletGrf),
maGrf(rGrf),
mbForBullet(true)
mbForBullet(true),
maGrf(rGrf)
{
const MapMode aMap100mm( MAP_100TH_MM );
Size aSize( rGrf.GetPrefSize() );
......@@ -221,8 +221,8 @@ namespace sw
mbIsInline( (rFmt.GetAnchor().GetAnchorId() == FLY_AS_CHAR) )
// <--
//For i120928,handle graphic of bullet within existing implementation
,maGrf()
,mbForBullet(false)
,maGrf()
{
switch (rFmt.Which())
{
......
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