summaryrefslogtreecommitdiff
path: root/reportdesign
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-10 11:34:31 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-10 11:34:31 +0300
commit0d79369ead281a2346b8c249497af174419ddd96 (patch)
treed10d5766fd2b8375c8187f0fe4d3495b65b5d975 /reportdesign
parentd3ec5c6a8f3c623d500d447ba89863c69486b74c (diff)
Bin a few lines of apparently leftover temporary debugging code
Change-Id: Idc543cc7f45c3dbaf3a49c8edeaaa0b5f59492ac
Diffstat (limited to 'reportdesign')
-rw-r--r--reportdesign/source/filter/xml/xmlExport.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx b/reportdesign/source/filter/xml/xmlExport.cxx
index 03512be7a17d..686ab66dc3d6 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);