summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-24 15:06:45 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-24 15:06:45 +0000
commitef263417672ce39169c35c54c93ee127afaa0bef (patch)
treeb0062cfbfe4345a7851bef951c5835e013441cc1 /writerfilter/unocomponent
parent037286e39c01000eb016caf0630997a5778bb1e5 (diff)
INTEGRATION: CWS xf02bigcleanup (1.7.10); FILE MERGED
2008/01/23 15:51:41 hbrinkm 1.7.10.1: #i85380# applied patch by pavel
Diffstat (limited to 'writerfilter/unocomponent')
-rw-r--r--writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx b/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
index fd65dcfaa85e..fcdd03201122 100644
--- a/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
+++ b/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ScannerTestService.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2007-10-29 14:04:50 $
+ * last change: $Author: vg $ $Date: 2008-01-24 16:06:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -345,7 +345,7 @@ public:
else
{
char buf1[100];
- sprintf(buf1, "Converted %Li KB", bytesRead/1024);
+ sprintf(buf1, "Converted %" SAL_PRIdINT64 " KB", bytesRead/1024);
xStatusIndicator->start(::rtl::OUString::createFromAscii(buf1), 0);
}
}
@@ -425,7 +425,7 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString >
delete rtfScanner;
TimeValue t2; osl_getSystemTime(&t2);
- printf("time=%lis\n", t2.Seconds-t1.Seconds);
+ printf("time=%" SAL_PRIuUINT32 "s\n", t2.Seconds-t1.Seconds);
// eventHandler.dump();
uno::Reference<embed::XTransactedObject> xTransact(xStorage, uno::UNO_QUERY);