summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-10-29 13:04:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-10-29 13:04:50 +0000
commited0abb54904de63aee542ab47b2dc59fb9e2c728 (patch)
tree15c9a9796fc88d5db46bf567a4f58238627bae50 /writerfilter/unocomponent
parent15dd6375b0ec7a4b0b5c55b9c4e21d16eae2699d (diff)
#i10000# warning with MacOSX
Diffstat (limited to 'writerfilter/unocomponent')
-rw-r--r--writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx b/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
index 1e679f69a336..fd65dcfaa85e 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: os $ $Date: 2007-06-19 05:39:13 $
+ * last change: $Author: obo $ $Date: 2007-10-29 14:04:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,7 +136,7 @@ class MyRtfScannerHandler : public writerfilter::rtftok::RTFScannerHandler
o+=4; // dummy1
o+=4; // dummy2
unsigned int binLen=((unsigned int)binBuffer[o]) | ((unsigned int)binBuffer[o+1])<<8 | ((unsigned int)binBuffer[o+2])<<16 | ((unsigned int)binBuffer[o+3]<<24); o+=4;
- printf("OLE%i \"%s\" type=%i recType=%i binBuffer.size()=%u len=%u\n", numOfOLEs, str, type, recType, binBuffer.size(), o+binLen);
+ printf("OLE%i \"%s\" type=%i recType=%i binBuffer.size()=%u len=%u\n", numOfOLEs, str, type, recType, (unsigned int)(binBuffer.size()), o+binLen);
//assert(binBuffer.size()==o+binLen);
char buf[100];
sprintf(buf, "ole%02i.ole", numOfOLEs);