summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
authorDieter Loeschky <dl@openoffice.org>2001-06-22 10:24:53 +0000
committerDieter Loeschky <dl@openoffice.org>2001-06-22 10:24:53 +0000
commitc689bd777d1d4b6270d7f4ed98f2a94e5bd46f1e (patch)
tree3c1f9ef1ff788f1a96e8b27a7391613f2f43638b /sd/inc/sdpage.hxx
parentcc470e4dfb18bdea53f02bceffe875c82b189b45 (diff)
#88627# GetPresObject() removed
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 90b944fb54eb..0316d9a783df 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpage.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: cl $ $Date: 2001-05-02 11:04:15 $
+ * last change: $Author: dl $ $Date: 2001-06-22 11:24:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -167,7 +167,6 @@ public:
List* GetPresObjList() { return &aPresObjList; }
SdrObject* CreatePresObj(PresObjKind eObjKind, BOOL bVertical, const Rectangle& rRect, BOOL bInsert=FALSE);
SdrObject* GetPresObj(PresObjKind eObjKind, USHORT nIndex = 1);
- SdrObject* GetPresObject(PresObjKind eObjKind, BOOL bVertical, USHORT nIndex = 1);
PresObjKind GetPresObjKind(SdrObject* pObj);
String GetPresObjText(PresObjKind eObjKind);
SfxStyleSheet* GetStyleSheetForPresObj(PresObjKind eObjKind);