Kaydet (Commit) 0d79369e authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin a few lines of apparently leftover temporary debugging code

Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac
üst d3ec5c6a
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment