diff options
-rw-r--r-- | lotuswordpro/source/filter/lwpmargins.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lotuswordpro/source/filter/lwpmargins.hxx b/lotuswordpro/source/filter/lwpmargins.hxx index 6dad47231094..e733f58fb751 100644 --- a/lotuswordpro/source/filter/lwpmargins.hxx +++ b/lotuswordpro/source/filter/lwpmargins.hxx @@ -101,16 +101,12 @@ inline double LwpMargins::GetMarginsValue(const sal_uInt8& nWhichSide) { case MARGIN_LEFT://left return LwpTools::ConvertFromUnitsToMetric(m_nLeft); - break; case MARGIN_RIGHT://right return LwpTools::ConvertFromUnitsToMetric(m_nRight); - break; case MARGIN_TOP://top return LwpTools::ConvertFromUnitsToMetric(m_nTop); - break; case MARGIN_BOTTOM://bottom return LwpTools::ConvertFromUnitsToMetric(m_nBottom); - break; } // FIXME: this is needed to avoid warning: control reaches end of non-void function // a better solution would be to enum value for the parameter side |