summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent
diff options
context:
space:
mode:
authorHenning Brinkmann <hbrinkm@openoffice.org>2007-01-30 12:26:26 +0000
committerHenning Brinkmann <hbrinkm@openoffice.org>2007-01-30 12:26:26 +0000
commit2a6c4ed2f9ea6dfef34803a6085915151f8ae9de (patch)
tree45e90018f5cb634870ee8bd6c3b40334524821fd /writerfilter/unocomponent
parentb8edb436880952ccaa20996dce80fc620bcfc4b9 (diff)
debug output
Diffstat (limited to 'writerfilter/unocomponent')
-rw-r--r--writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
index 6b8e876116dc..18c060b33ff4 100644
--- a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
+++ b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DocTokAnalyzeService.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hbrinkm $ $Date: 2006-12-12 16:56:16 $
+ * last change: $Author: hbrinkm $ $Date: 2007-01-30 13:26:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -237,6 +237,7 @@ sal_Int32 SAL_CALL AnalyzeService::run
"<exception>file open failed</exception>\n");
bStatus = false;
}
+ fprintf(stderr, "done\n");
}
xInputStream->closeInput();