reportdesign/source/filter/xml/xmlExport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d3ec5c6a8f3c623d500d447ba89863c69486b74c Author: LuboÅ¡ LuÅák <[email protected]> Date: Thu May 10 10:21:27 2012 +0200 -Wself-assign Change-Id: I89e93fdd9e89d37230321d52efe6d2ff91c60767 diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx index 035bd22..03512be 100644 --- a/reportdesign/source/filter/xml/xmlExport.cxx +++ b/reportdesign/source/filter/xml/xmlExport.cxx @@ -822,7 +822,7 @@ void ORptExport::exportContainer(const Reference< XSection>& _xSection) { #if OSL_DEBUG_LEVEL > 0 sal_Int32 nRowSpan = aRowSpanFind->second; - nRowSpan = nRowSpan; + (void) nRowSpan; sal_Int32 nColSpanTemp = aColIter->nColSpan; (void) nColSpanTemp; #endif
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
