Author: paveljanik
Date: Thu Nov 29 19:46:39 2012
New Revision: 1415336
URL: http://svn.apache.org/viewvc?rev=1415336&view=rev
Log:
Add default case to prevent compiler warnings.
Modified:
openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx
Modified: openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx?rev=1415336&r1=1415335&r2=1415336&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx (original)
+++ openoffice/trunk/main/sw/source/filter/ww8/wrtw8esh.cxx Thu Nov 29 19:46:39
2012
@@ -2084,6 +2084,8 @@ SwEscherEx::SwEscherEx(SvStream* pStrm,
else
ASSERT( !this, "Where is the SDR-Object?" );
#endif
+ default:
+ ;
}
if( !nShapeId )