summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-08-27 12:59:30 +0000
committerRüdiger Timm <rt@openoffice.org>2008-08-27 12:59:30 +0000
commit1b3e645bb4a6d2bf04cf3bb14de250a828a9a00f (patch)
treed8c01148b323a066374d0b4ae8a3107c3428eaa1 /sc
parent69dcd21b83d37a8c61be7f2bae42823aa03fa8d7 (diff)
INTEGRATION: CWS sb91 (1.16.82); FILE MERGED
2008/07/11 09:38:10 sb 1.16.82.1: #i91042# #include <cXXX> vs. <XXX.h> and using identifiers without std:: prefix (which is necessary for old MSVC versions)
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/dptabdat.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/core/data/dptabdat.cxx b/sc/source/core/data/dptabdat.cxx
index 2d408e8a7a51..112b50084dea 100644
--- a/sc/source/core/data/dptabdat.cxx
+++ b/sc/source/core/data/dptabdat.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: dptabdat.cxx,v $
- * $Revision: 1.17 $
+ * $Revision: 1.18 $
*
* This file is part of OpenOffice.org.
*
@@ -35,7 +35,7 @@
// INCLUDE ---------------------------------------------------------------
-#include <cstdio>
+#include <stdio.h>
#include <rtl/math.hxx>
#include <tools/debug.hxx>
#include <tools/date.hxx>