reportdesign/source/filter/xml/xmlExport.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 0d79369ead281a2346b8c249497af174419ddd96 Author: Tor Lillqvist <[email protected]> Date: Thu May 10 11:34:31 2012 +0300 Bin a few lines of apparently leftover temporary debugging code Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx index 03512be..686ab66 100644 --- a/reportdesign/source/filter/xml/xmlExport.cxx +++ b/reportdesign/source/filter/xml/xmlExport.cxx @@ -820,12 +820,6 @@ void ORptExport::exportContainer(const Reference< XSection>& _xSection) ::std::map<sal_Int32,sal_Int32>::iterator aRowSpanFind = aRowSpan.find(nColIndex); if ( aRowSpanFind != aRowSpan.end() ) { -#if OSL_DEBUG_LEVEL > 0 - sal_Int32 nRowSpan = aRowSpanFind->second; - (void) nRowSpan; - sal_Int32 nColSpanTemp = aColIter->nColSpan; - (void) nColSpanTemp; -#endif nColSpan = 1; if ( !--(aRowSpanFind->second) ) aRowSpan.erase(aRowSpanFind); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
