[Libreoffice] [PATCH] Remove unused commented variable

Michael Lefevre lefevre00 at yahoo.fr
Wed Feb 23 13:47:27 PST 2011


---
 writerfilter/source/dmapper/PropertyMap.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx
index 07fee7f..1d07cb4 100644
--- a/writerfilter/source/dmapper/PropertyMap.cxx
+++ b/writerfilter/source/dmapper/PropertyMap.cxx
@@ -420,7 +420,6 @@ void SectionPropertyMap::ApplyBorderToPageStyles(
     uno::Reference< beans::XPropertySet >  xFirst;
     uno::Reference< beans::XPropertySet >  xSecond;
     sal_Int32 nOffsetFrom = (nValue & 0x00E0) >> 5;
-    //sal_Int32 bPageDepth = (nValue & 0x0018) >> 3; //unused infromation: 0 - in front 1 - in back
     //todo: negative spacing (from ww8par6.cxx)
     switch( nValue & 0x07)
     {
-- 
1.7.1



More information about the LibreOffice mailing list