diff options
author | Dieter Loeschky <dl@openoffice.org> | 2001-06-22 10:24:53 +0000 |
---|---|---|
committer | Dieter Loeschky <dl@openoffice.org> | 2001-06-22 10:24:53 +0000 |
commit | c689bd777d1d4b6270d7f4ed98f2a94e5bd46f1e (patch) | |
tree | 3c1f9ef1ff788f1a96e8b27a7391613f2f43638b /sd/inc/sdpage.hxx | |
parent | cc470e4dfb18bdea53f02bceffe875c82b189b45 (diff) |
#88627# GetPresObject() removed
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 5 |
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); |