summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-06 14:59:49 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-06 16:07:08 +0000
commit8ec5b1a267b229aec50c40c6d2acec1ad48da4b1 (patch)
tree32dc572e9b8a1b53f798c184ac7de6f526f8f8e8 /sd/inc
parenta6f3f05e9623254a18b2403316dacb6136400733 (diff)
refactor MasterLayoutDialog::remove to SdPage::DestroyDefaultPresObj
Change-Id: If4edb16b2e94396249f3e2ba99381fcd8341d790
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/sdpage.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index 391b0ef800d5..767cf3907a67 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -176,6 +176,7 @@ public:
void EnsureMasterPageDefaultBackground();
SdrObject* CreatePresObj(PresObjKind eObjKind, bool bVertical, const Rectangle& rRect, bool bInsert=false);
SdrObject* CreateDefaultPresObj(PresObjKind eObjKind, bool bInsert);
+ void DestroyDefaultPresObj(PresObjKind eObjKind);
SdrObject* GetPresObj(PresObjKind eObjKind, int nIndex = 1, bool bFuzzySearch = false );
PresObjKind GetPresObjKind(SdrObject* pObj) const;
OUString GetPresObjText(PresObjKind eObjKind) const;