diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-02-02 16:46:05 +0100 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-02-02 16:46:05 +0100 |
commit | e3642c3f42dcbbcb64c47cfa4ae3ce9182f911a3 (patch) | |
tree | e9e3c1be96bbfce9d050251c4617ec366a87240d /sd/inc/sdpage.hxx | |
parent | 1729ed6a9a1617a5821913501513beec86921a7e (diff) |
work on setautolayout
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r-- | sd/inc/sdpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index 698684dcc765..34010fc6198b 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -199,7 +199,7 @@ public: SdrObject* CreatePresObj(PresObjKind eObjKind, BOOL bVertical, const Rectangle& rRect, BOOL bInsert=FALSE); SdrObject* CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert); - SdrObject* GetPresObj(PresObjKind eObjKind, int nIndex = 1 ); + SdrObject* GetPresObj(PresObjKind eObjKind, int nIndex = 1, bool bFuzzySearch = false ); PresObjKind GetPresObjKind(SdrObject* pObj) const; String GetPresObjText(PresObjKind eObjKind) const; SfxStyleSheet* GetStyleSheetForPresObj(PresObjKind eObjKind) const; |