summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
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 /sd/inc/sdpage.hxx
parent0c78823a4835ab8d3f3c5ece8ed441907f5c933d (diff)
#65293# createUnoPageImpl not in case of SVX_LIGHT
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx7
1 files changed, 5 insertions, 2 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();