diff options
author | Sven Jacobi <sj@openoffice.org> | 2001-05-11 07:56:34 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2001-05-11 07:56:34 +0000 |
commit | 1a08c50c4be888716f753a4354be523bfd3d08d2 (patch) | |
tree | e705c2f1dfd2babfa451a5b53fdcf9e7724a4e82 /sd/source/ui/unoidl/UnoDocumentSettings.cxx | |
parent | 2a93f19ee50e4325a88f6bce624ee91669b1beac (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.cxx | 10 |
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 |