summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2000-11-28 15:08:25 +0000
committerRüdiger Timm <rt@openoffice.org>2000-11-28 15:08:25 +0000
commit094088cc33268a349f7923d54ad8fc9cd72b0c9e (patch)
tree61f00e9243cbd0ed8444ab150c102284ce5fe08d
parent0c78823a4835ab8d3f3c5ece8ed441907f5c933d (diff)
#65293# createUnoPageImpl not in case of SVX_LIGHT
-rw-r--r--sd/inc/sdpage.hxx7
-rw-r--r--sd/source/core/sdpage.cxx10
2 files changed, 8 insertions, 9 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index de95264bbe0d..945adee7a2b6 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpage.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: cl $ $Date: 2000-11-26 19:11:00 $
+ * last change: $Author: rt $ $Date: 2000-11-28 16:08:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,7 @@
#ifndef _SDPAGE_HXX
#define _SDPAGE_HXX
+#include <com/sun/star/uno/XInterface.hpp>
#ifndef _COM_SUN_STAR_PRESENTATION_FADEEFFECT_HPP_
#include <com/sun/star/presentation/FadeEffect.hpp>
#endif
@@ -144,7 +145,9 @@ protected:
Rectangle GetTitleRect() const;
Rectangle GetLayoutRect() const;
+#ifndef SVX_LIGHT
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoPage();
+#endif
public:
TYPEINFO();
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 293598f8ee3f..1b183b29de5c 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpage.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: cl $ $Date: 2000-11-26 19:17:35 $
+ * last change: $Author: rt $ $Date: 2000-11-28 16:05:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2785,17 +2785,13 @@ String SdPage::GetPresObjText(PresObjKind eObjKind)
#ifndef SVX_LIGHT
extern uno::Reference< uno::XInterface > createUnoPageImpl( SdPage* pPage );
-#endif
uno::Reference< uno::XInterface > SdPage::createUnoPage()
{
-#ifndef SVX_LIGHT
- return createUnoPageImpl( this );
-#else
uno::Reference< uno::XInterface > xInt;
return xInt;
-#endif
}
+#endif
#endif // !SVX_LIGHT