[Libreoffice-commits] .: writerfilter/source

Christian Lohmaier cloph at kemper.freedesktop.org
Fri May 6 15:38:37 PDT 2011


 writerfilter/source/ooxml/factoryimpl_ns.xsl |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 72269b6df2c8f4ac05f2e8b9f245afddd336820e
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Fri May 6 13:23:31 2011 +0200

    WaE - unused variable

diff --git a/writerfilter/source/ooxml/factoryimpl_ns.xsl b/writerfilter/source/ooxml/factoryimpl_ns.xsl
index 5f3a012..b96f24f 100644
--- a/writerfilter/source/ooxml/factoryimpl_ns.xsl
+++ b/writerfilter/source/ooxml/factoryimpl_ns.xsl
@@ -640,7 +640,6 @@ CreateElementMapPointer </xsl:text>
     <xsl:text>    }&#xa;</xsl:text>
   </xsl:if>
   <xsl:if test="string-length($switchblock2) > 0">
-    <xsl:text>    OOXMLFastContextHandlerValue * pValueHandler = dynamic_cast&lt;OOXMLFastContextHandlerValue *&gt;(pHandler);&#xa;</xsl:text>
     <xsl:text>    switch (nDefine)&#xa;</xsl:text>
     <xsl:text>    {&#xa;</xsl:text>
     <xsl:value-of select="$switchblock2"/>


More information about the Libreoffice-commits mailing list