summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltbli.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:23 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-07-02 22:28:23 +0200
commit798e8c5eec97e67dd6bdf0f370073914b709045e (patch)
tree6a8010697c66038cc72ef7efe25b60f4dd71dc7f /sw/source/filter/xml/xmltbli.cxx
parent85c6f985cec440d7b81c5918d47cef289068e224 (diff)
loplugin:casttovoid: sw
Change-Id: I224e9995962901e8740bfaed06d57f7c0389236c
Diffstat (limited to 'sw/source/filter/xml/xmltbli.cxx')
-rw-r--r--sw/source/filter/xml/xmltbli.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index e2ae8609105f..ee094fceaa01 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -764,7 +764,6 @@ SwXMLTableColContext_Impl::SwXMLTableColContext_Impl(
else if ( (XML_NAMESPACE_XML == nPrefix) &&
IsXMLToken( aLocalName, XML_ID ) )
{
- (void) rValue;
//FIXME where to put this??? columns do not actually exist in writer...
}
}