[Libreoffice-commits] .: writerfilter/source

Lubos Lunak llunak at kemper.freedesktop.org
Thu Jun 2 07:37:06 PDT 2011


 writerfilter/source/dmapper/TablePropertiesHandler.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3d18348a03ad8582387e5b5c5c1a324709cb0f5a
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Thu Jun 2 16:17:01 2011 +0200

    fix w:tblInd to work

diff --git a/writerfilter/source/dmapper/TablePropertiesHandler.cxx b/writerfilter/source/dmapper/TablePropertiesHandler.cxx
index f168811..570ba89 100644
--- a/writerfilter/source/dmapper/TablePropertiesHandler.cxx
+++ b/writerfilter/source/dmapper/TablePropertiesHandler.cxx
@@ -210,6 +210,7 @@ namespace dmapper {
                if (pProperties.get())
                {
                    MeasureHandlerPtr pHandler(new MeasureHandler);
+                   pProperties->resolve( *pHandler );
                    TablePropertyMapPtr pTblIndMap(new TablePropertyMap);
                    sal_uInt32 nTblInd = pHandler->getMeasureValue();
                    pTblIndMap->setValue( TablePropertyMap::LEFT_MARGIN, nTblInd);


More information about the Libreoffice-commits mailing list