diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:17:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-09-19 07:17:46 +0000 |
commit | cff01713986cd949ff6f2d380a9acbf9a50edce7 (patch) | |
tree | dc43b5d89f50e16f1656e8f81b77a5f0b346c4de /sd/source/ui/inc/unomodel.hxx | |
parent | dbc30d8c0ba90342a0695c4244ecd29bf61b508d (diff) |
INTEGRATION: CWS fwkq1 (1.23.36); FILE MERGED
2003/07/17 12:17:53 mba 1.23.36.2: #110843#: get rid of factories
2003/07/14 17:52:08 mba 1.23.36.1: #110843#: get rid of factories
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r-- | sd/source/ui/inc/unomodel.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx index 04d1570ec098..116a0950b7c0 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.23 $ + * $Revision: 1.24 $ * - * last change: $Author: vg $ $Date: 2003-05-16 14:17:58 $ + * last change: $Author: rt $ $Date: 2003-09-19 08:17:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,9 +103,6 @@ #ifndef _COM_SUN_STAR_DRAWING_XDRAWPAGES_HPP_ #include <com/sun/star/drawing/XDrawPages.hpp> #endif -#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_ -#include <com/sun/star/lang/XUnoTunnel.hpp> -#endif #ifndef _COM_SUN_STAR_UCB_XANYCOMPAREFACTORY_HPP_ #include <com/sun/star/ucb/XAnyCompareFactory.hpp> #endif @@ -158,7 +155,6 @@ class SdXImpressDocument : public SfxBaseModel, // implements SfxListener, OWEAK public ::com::sun::star::beans::XPropertySet, public ::com::sun::star::style::XStyleFamiliesSupplier, public ::com::sun::star::lang::XServiceInfo, - public ::com::sun::star::lang::XUnoTunnel, public ::com::sun::star::ucb::XAnyCompareFactory, public ::com::sun::star::presentation::XHandoutMasterSupplier, public ::com::sun::star::view::XRenderable |