diff options
Diffstat (limited to 'svx/source/items')
-rwxr-xr-x | svx/source/items/algitem.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/items/algitem.cxx b/svx/source/items/algitem.cxx index 57e70e49dd49..3f8adaacd408 100755 --- a/svx/source/items/algitem.cxx +++ b/svx/source/items/algitem.cxx @@ -255,7 +255,6 @@ SfxItemPresentation SvxMarginItem::GetPresentation XubString& rText, const IntlWrapper *pIntl ) const { -#ifndef SVX_LIGHT switch ( ePres ) { case SFX_ITEM_PRESENTATION_NONE: @@ -293,7 +292,6 @@ SfxItemPresentation SvxMarginItem::GetPresentation } default: ; //prevent warning } -#endif return SFX_ITEM_PRESENTATION_NONE; } |