summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-26 00:30:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-26 10:05:17 +0100
commit0e74ec80c0d2c24807a961c9c46d39d979799501 (patch)
tree43f23820daa0f5f0981db26c1dd95cb2156eb598 /lotuswordpro/source/filter/lwpbulletstylemgr.hxx
parent2694f1da5648ee97c38681133668e860f9883d09 (diff)
callcatcher: ditch various unused write methods
Diffstat (limited to 'lotuswordpro/source/filter/lwpbulletstylemgr.hxx')
-rw-r--r--lotuswordpro/source/filter/lwpbulletstylemgr.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
index 0fd573783eb8..4809f0de4914 100644
--- a/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
+++ b/lotuswordpro/source/filter/lwpbulletstylemgr.hxx
@@ -90,17 +90,10 @@ public:
virtual ~LwpBulletStyleMgr();
rtl::OUString RegisterBulletStyle(LwpPara* pPara, LwpBulletOverride* pBullOver,
LwpIndentOverride* pIndent);
-// rtl::OUString RegisterBulletStyle(const rtl::OUString& rContent, sal_uInt32 nFontID, LwpIndentOverride* pIndent);
-// rtl::OUString AddStyleToList(LwpSilverBullet* pSilverBullet, sal_uInt16 nLevel);
inline void SetFoundry(LwpFoundry* pFoundry);
inline void SetContinueFlag(sal_Bool bFlag);
- void OutputBulletListHeader(IXFStream* pOutputStream, sal_Bool bIsOrdered,
- const rtl::OUString& rStyleName, sal_Int16 nLevel, sal_Bool bIsBulletSkiped);
- //Added by Helen
XFContentContainer* AddBulletList(XFContentContainer* pCont, sal_Bool bIsOrdered,
const rtl::OUString& rStyleName, sal_Int16 nLevel, sal_Bool bIsBulletSkiped);
- //End of Add
- void OutputBulletListTail(IXFStream* pOutputStream, sal_uInt16 nLevel);
inline void SetCurrentPos(sal_uInt16 nNewPos);
inline void SetCurrentSilverBullet(const LwpObjectID& rNewID);
inline LwpObjectID GetCurrentSilverBullet();
@@ -109,7 +102,6 @@ public:
inline LwpNumberingOverride* GetCurrentNumOver();
private:
-// void CreateNewListStyle(XFListStyle*& pListStyle, XFStyleManager* pXFStyleMgr);
rtl::OUString GetSectionName(LwpPara* pPara);
private: