summaryrefslogtreecommitdiffstats
path: root/lotuswordpro/source/filter/lwpbulletstylemgr.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-22 21:51:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-23 10:35:44 +0100
commit43f8cba7d238e6db25e05edd0d9713dcc42fc861 (patch)
tree797d2e5aeae4d288a143e7483997538758ea7af9 /lotuswordpro/source/filter/lwpbulletstylemgr.cxx
parentAvoid compilation error in dbgutil (_DEBUG) MSVC build (diff)
downloadcore-43f8cba7d238e6db25e05edd0d9713dcc42fc861.tar.gz
core-43f8cba7d238e6db25e05edd0d9713dcc42fc861.zip
callcatcher: yet more unused code
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: */