summaryrefslogtreecommitdiffstats
path: root/xmloff/source/draw/ximpshap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximpshap.cxx')
-rw-r--r--xmloff/source/draw/ximpshap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index bff4bd509a43..3e51b1287a3d 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -703,7 +703,7 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = true */)
pDocStyle->FillPropertySet(xPropSet);
}
- } while(0);
+ } while(false);
// try to set text auto style
do
@@ -723,7 +723,7 @@ void SdXMLShapeContext::SetStyle( bool bSupportsStyle /* = true */)
// set PropertySet on object
pStyle->FillPropertySet(xPropSet);
- } while(0);
+ } while(false);
}
catch(const uno::Exception&)
{
@@ -2098,7 +2098,7 @@ void SdXMLMeasureShapeContext::EndElement()
xCursor->goRight( 1, sal_True );
xCursor->setString( aEmpty );
}
- while(0);
+ while(false);
SdXMLShapeContext::EndElement();
}