summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwpbulletstylemgr.cxx')
-rw-r--r--lotuswordpro/source/filter/lwpbulletstylemgr.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
index 13b857930a33..029218607318 100644
--- a/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
+++ b/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
@@ -313,21 +313,4 @@ XFContentContainer* LwpBulletStyleMgr::AddBulletList(
return InnerItem;
}
-rtl::OUString LwpBulletStyleMgr::GetSectionName(LwpPara* pPara)
-{
- LwpObjectID* pStoryID = pPara->GetStoryID();
- if (pStoryID->IsNull())
- {
- return rtl::OUString();
- }
-
- LwpStory* pStory = dynamic_cast<LwpStory*>(pStoryID->obj(VO_STORY));
- if (!pStory)
- {
- return rtl::OUString();
- }
-
- return pStory->GetSectionName();
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */