summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/UnoDocumentSettings.cxx
diff options
context:
space:
mode:
authorSven Jacobi <sj@openoffice.org>2001-05-11 07:56:34 +0000
committerSven Jacobi <sj@openoffice.org>2001-05-11 07:56:34 +0000
commit1a08c50c4be888716f753a4354be523bfd3d08d2 (patch)
treee705c2f1dfd2babfa451a5b53fdcf9e7724a4e82 /sd/source/ui/unoidl/UnoDocumentSettings.cxx
parent2a93f19ee50e4325a88f6bce624ee91669b1beac (diff)
including SdrOurliner instead of SdOutliner for SVX_LIGHT
Diffstat (limited to 'sd/source/ui/unoidl/UnoDocumentSettings.cxx')
-rw-r--r--sd/source/ui/unoidl/UnoDocumentSettings.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/sd/source/ui/unoidl/UnoDocumentSettings.cxx b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
index d88215fb44f3..965b25782e6d 100644
--- a/sd/source/ui/unoidl/UnoDocumentSettings.cxx
+++ b/sd/source/ui/unoidl/UnoDocumentSettings.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: UnoDocumentSettings.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: sj $ $Date: 2001-05-07 13:14:17 $
+ * last change: $Author: sj $ $Date: 2001-05-11 08:56:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,9 +132,15 @@
#ifndef _SD_FRMVIEW_HXX
#include "../inc/frmview.hxx"
#endif
+#ifndef SVX_LIGHT
#ifndef _SD_SPOUTLINER_HXX
#include <sdoutl.hxx>
#endif
+#else
+#ifndef _SVDOUTL_HXX
+#include <svx/svdoutl.hxx>
+#endif
+#endif
#ifndef _EDITSTAT_HXX
#include <svx/editstat.hxx>
#endif