diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:59:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-08-27 12:59:30 +0000 |
commit | 1b3e645bb4a6d2bf04cf3bb14de250a828a9a00f (patch) | |
tree | d8c01148b323a066374d0b4ae8a3107c3428eaa1 /sc | |
parent | 69dcd21b83d37a8c61be7f2bae42823aa03fa8d7 (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.cxx | 4 |
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> |