diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-06-09 14:50:43 +0200 |
commit | 75c38455522cd88bbf660c4d30b937ba905d9a05 (patch) | |
tree | 0f7462fe1a276e787e2b82e090107b176035c9c9 /sd/inc/sdpage.hxx | |
parent | ab76732221aaf59cc9df43fa99b1883cb7888049 (diff) | |
parent | 47b5ec4b0b48b7108715cb1e780ad3dca284cfa9 (diff) |
cws tl74: merge with DEV300_m81
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rwxr-xr-x[-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 51a1a03d838a..e4125051c526 100644..100755 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -195,7 +195,7 @@ public: void EnsureMasterPageDefaultBackground(); 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* GetStyleSheetForMasterPageBackground() const; |