[Libreoffice-commits] .: reportdesign/source

Tor Lillqvist tml at kemper.freedesktop.org
Thu May 10 01:35:29 PDT 2012


 reportdesign/source/filter/xml/xmlExport.cxx |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 0d79369ead281a2346b8c249497af174419ddd96
Author: Tor Lillqvist <tlillqvist at suse.com>
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);


More information about the Libreoffice-commits mailing list