summaryrefslogtreecommitdiff
path: root/dtrans/source/win32/dtobj/DataFmtTransl.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2001-08-07 15:45:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2001-08-07 15:45:42 +0000
commita697c30ad78c4f9aea7cec6b5d7704b58627db73 (patch)
tree0031e0f86594b92744d71815fc1ca136a6d0117e /dtrans/source/win32/dtobj/DataFmtTransl.cxx
parent579fda079846129120c5bba211e79063bd094192 (diff)
Change concerning new MSDDEV compiler
Diffstat (limited to 'dtrans/source/win32/dtobj/DataFmtTransl.cxx')
-rw-r--r--dtrans/source/win32/dtobj/DataFmtTransl.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/DataFmtTransl.cxx b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
index 610ec8355095..ce952d442e75 100644
--- a/dtrans/source/win32/dtobj/DataFmtTransl.cxx
+++ b/dtrans/source/win32/dtobj/DataFmtTransl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DataFmtTransl.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: tra $ $Date: 2001-07-26 11:36:42 $
+ * last change: $Author: rt $ $Date: 2001-08-07 16:45:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,11 @@
#include <systools/win32/user9x.h>
#include <windows.h>
+
+#if (_MSC_VER < 1300)
#include <olestd.h>
+#endif
+
#include <shlobj.h>
//------------------------------------------------------------------------
@@ -386,4 +390,4 @@ OUString SAL_CALL CDataFormatTranslator::getTextCharsetFromLCID( LCID lcid, CLIP
OSL_ASSERT( sal_False );
return charset;
-} \ No newline at end of file
+}