summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 09:50:11 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 09:50:11 +0000
commitce3ca6056a174b79e0844d2ebb45199ba62f411a (patch)
treef2cbfd47cfbcb320af9dd2ac5e1b35bb0e79eb64 /svtools/source/config
parent5b1d66c0f5745ba67ec41cffbe4edba74b64cfaf (diff)
INTEGRATION: CWS visibility03 (1.13.130); FILE MERGED
2005/03/24 10:29:04 mhu 1.13.130.1: #i45006# Undefine SVL_DLLIMPLEMENTATION, define SVT_DLLIMPLEMENTATION (for svt/heavyconfig.lib; see makefile.mk).
Diffstat (limited to 'svtools/source/config')
-rw-r--r--svtools/source/config/syslocaleoptions.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/svtools/source/config/syslocaleoptions.cxx b/svtools/source/config/syslocaleoptions.cxx
index 558075e03b9c..8e58bfbf56be 100644
--- a/svtools/source/config/syslocaleoptions.cxx
+++ b/svtools/source/config/syslocaleoptions.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: syslocaleoptions.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 17:23:45 $
+ * last change: $Author: obo $ $Date: 2005-04-13 10:50:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,16 +59,13 @@
*
************************************************************************/
-#ifndef GCC
-#pragma hdrstop
+#ifdef SVL_DLLIMPLEMENTATION
+#undef SVL_DLLIMPLEMENTATION
#endif
+#define SVT_DLLIMPLEMENTATION
#include "syslocaleoptions.hxx"
-#ifndef _ZFORLIST_HXX
-#include "zforlist.hxx"
-#endif
-
#ifndef _SVT_BROADCAST_HXX
#include <broadcast.hxx>
#endif
@@ -105,13 +102,16 @@
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
#include <com/sun/star/uno/Sequence.hxx>
#endif
+
#ifndef _SV_SETTINGS_HXX
#include <vcl/settings.hxx>
#endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
+
#include <rtl/logfile.hxx>
+
#include "itemholder2.hxx"