summaryrefslogtreecommitdiffstats
path: root/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx')
-rw-r--r--writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
index 5ba20a706547..55f66b551a75 100644
--- a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
+++ b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
@@ -231,7 +231,7 @@ sal_Int32 SAL_CALL AnalyzeService::run
xInputStream->closeInput();
}
- catch (Exception e)
+ catch (Exception &e)
{
fprintf(stdout, "<exception>%s</exception>\n",
e.getText().c_str());