summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-02-02 16:46:05 +0100
committerChristian Lippka <christian.lippka@sun.com>2010-02-02 16:46:05 +0100
commite3642c3f42dcbbcb64c47cfa4ae3ce9182f911a3 (patch)
treee9e3c1be96bbfce9d050251c4617ec366a87240d /sd/inc/sdpage.hxx
parent1729ed6a9a1617a5821913501513beec86921a7e (diff)
work on setautolayout
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx2
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;