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

Comment out unused variable to prevent compiler warnings.

üst 9ac06d81
...@@ -867,7 +867,7 @@ void SwWW8WrGrf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uI ...@@ -867,7 +867,7 @@ void SwWW8WrGrf::WriteGrfForBullet(SvStream& rStrm, const Graphic &rGrf, sal_uI
} }
else else
{ {
bool bSwapped = rGrf.IsSwapOut() ? true : false; /* bool bSwapped = rGrf.IsSwapOut() ? true : false; */
GDIMetaFile aMeta; GDIMetaFile aMeta;
switch (rGrf.GetType()) switch (rGrf.GetType())
......
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