[Libreoffice-commits] .: sw/source
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Jul 19 05:32:40 PDT 2011
sw/source/filter/ww8/docxattributeoutput.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b375e1bb75730d06f3a9dcc2b6b1c5886749ecfd
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Jul 19 14:32:21 2011 +0200
comment out an unused variable for now
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx b/sw/source/filter/ww8/docxattributeoutput.cxx
index e5bac97..9e066a0 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -3325,7 +3325,7 @@ void DocxAttributeOutput::WritePostitFields()
++i )
{
OString idstr = OString::valueOf( sal_Int32( i ));
- const SwPostItField* f = m_postitFields[ i ];
+// TODO const SwPostItField* f = m_postitFields[ i ];
m_pSerializer->startElementNS( XML_w, XML_comment, FSNS( XML_w, XML_id ), idstr.getStr(),
/*TODO*/ FSEND );
m_pSerializer->endElementNS( XML_w, XML_comment );
More information about the Libreoffice-commits
mailing list