diff options
author | Christian Lippka <cl@openoffice.org> | 2001-03-19 08:53:25 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-03-19 08:53:25 +0000 |
commit | 8ef1a1f6dce4b61399f4f623a4d8a23e7093bbae (patch) | |
tree | 5710b26382dd4adafd42d2756cf866ecce54f14b /sd/source/ui/inc/unomodel.hxx | |
parent | 0b1a3e1ca2a748ceea664782543aad2b464158cd (diff) |
added xml and api support for player
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index ec5cce6cd146..b80c03b8d8bc 100644 --- a/sd/source/ui/inc/unomodel.hxx +++ b/sd/source/ui/inc/unomodel.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unomodel.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: cl $ $Date: 2001-03-04 23:02:47 $ + * last change: $Author: cl $ $Date: 2001-03-19 09:51:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,13 +114,22 @@ #include <svtools/lstner.hxx> #endif +#ifndef SVX_LIGHT #ifndef _SFX_SFXBASEMODEL_HXX_ #include <sfx2/sfxbasemodel.hxx> #endif - #ifndef _SVX_FMDMOD_HXX #include <svx/fmdmod.hxx> #endif +#else +#include "basemodel.hxx" +#define SfxBaseModel SdBaseModel +#ifndef SVX_UNOMOD_HXX +#include <svx/unomod.hxx> +#endif +#define SvxFmMSFactory SvxUnoDrawMSFactory +#endif + #include <svx/unoipset.hxx> |