summaryrefslogtreecommitdiff
path: root/svtools/source/config
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 09:47:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 09:47:47 +0000
commitce546804e8192e4623dba69dee3d9d246a71225b (patch)
tree2d74bdb5c243796e0809e8629ded1a877b3bf281 /svtools/source/config
parente82d373b356ee61cec755973a5af336e1d1256db (diff)
INTEGRATION: CWS visibility03 (1.2.452); FILE MERGED
2005/03/24 10:29:03 mhu 1.2.452.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/apearcfg.cxx19
-rw-r--r--svtools/source/config/fontsubstconfig.cxx9
2 files changed, 20 insertions, 8 deletions
diff --git a/svtools/source/config/apearcfg.cxx b/svtools/source/config/apearcfg.cxx
index ff98e0fb4170..87d1b7b05b0f 100644
--- a/svtools/source/config/apearcfg.cxx
+++ b/svtools/source/config/apearcfg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: apearcfg.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:46:19 $
+ * last change: $Author: obo $ $Date: 2005-04-13 10:46:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,11 +59,20 @@
*
************************************************************************/
-#pragma hdrstop
+#ifdef SVL_DLLIMPLEMENTATION
+#undef SVL_DLLIMPLEMENTATION
+#endif
+#define SVT_DLLIMPLEMENTATION
#include "apearcfg.hxx"
-#include <tools/debug.hxx>
-#include <vcl/settings.hxx>
+
+#ifndef _COM_SUN_STAR_UNO_ANY_HXX_
+#include "com/sun/star/uno/Any.hxx"
+#endif
+
+#include "tools/debug.hxx"
+#include "vcl/settings.hxx"
+#include "vcl/svapp.hxx"
#define DEFAULT_LOOKNFEEL 0
#define DEFAULT_DRAGMODE 2
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 5f527be3e96e..44ec7b9abde4 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fontsubstconfig.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 20:46:53 $
+ * last change: $Author: obo $ $Date: 2005-04-13 10:47:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,10 @@
*
************************************************************************/
-#pragma hdrstop
+#ifdef SVL_DLLIMPLEMENTATION
+#undef SVL_DLLIMPLEMENTATION
+#endif
+#define SVT_DLLIMPLEMENTATION
#include "fontsubstconfig.hxx"