summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 11:29:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-25 13:56:03 +0200
commit080fa092f466d5ba457852736a3fd6c6cb0dc4b8 (patch)
tree48694c48fec2624940eb9f325c6a6e64bbb49b1f /sc
parent726d7e7b8b50dca9914329dbfd9491f7c8961f68 (diff)
improve some logging
if we're going to write "unhandled" messages, at least what is being unhandled Change-Id: I570183c92876d553f4344b979def653cbd5bb55d Reviewed-on: https://gerrit.libreoffice.org/54793 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/lotus/lotform.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/filter/lotus/lotform.cxx b/sc/source/filter/lotus/lotform.cxx
index 4000b3c1a4ea..cbf29f667bb7 100644
--- a/sc/source/filter/lotus/lotform.cxx
+++ b/sc/source/filter/lotus/lotform.cxx
@@ -287,7 +287,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x1FFF;
break;
default:
- SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
+ SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case? " << m_rContext.eTyp );
}
}
else
@@ -307,7 +307,7 @@ void LotusToSc::LotusRelToScRel( sal_uInt16 nCol, sal_uInt16 nRow, ScSingleRefDa
nRow &= 0x3FFF;
break;
default:
- SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case?" );
+ SAL_WARN( "sc.filter", "*LotusToSc::LotusRelToScRel(): unhandled case? " << m_rContext.eTyp );
}
}