summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwppara.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwppara.hxx')
-rw-r--r--lotuswordpro/source/filter/lwppara.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/lotuswordpro/source/filter/lwppara.hxx b/lotuswordpro/source/filter/lwppara.hxx
index 16cdc49c4a8b..7fc270afd1dd 100644
--- a/lotuswordpro/source/filter/lwppara.hxx
+++ b/lotuswordpro/source/filter/lwppara.hxx
@@ -175,8 +175,6 @@ public:
OUString const & GetContentText(bool bAllText = false);
void SetParaDropcap(bool bFlag);
- void SetDropcapLines(sal_uInt16 number);
- void SetDropcapChars(sal_uInt32 chars);
void SetDropcapLayout(LwpDropcapLayout* pLayout);
XFContentContainer* GetXFContainer();
@@ -186,7 +184,6 @@ public:
void RegisterTabStyle(XFParaStyle* pXFParaStyle);
LwpBulletStyleMgr* GetBulletStyleMgr();
- sal_uInt32 GetOrdinal(){ return m_nOrdinal;}
bool operator <(LwpPara& Other);
bool ComparePagePosition(LwpVirtualLayout* pPreLayout, LwpVirtualLayout* pNextLayout);
@@ -351,14 +348,6 @@ inline void LwpPara::SetParaDropcap(bool bFlag)
{
m_bHasDropcap = bFlag;
}
-inline void LwpPara::SetDropcapLines(sal_uInt16 number)
-{
- m_nLines = number;
-}
-inline void LwpPara::SetDropcapChars(sal_uInt32 chars)
-{
- m_nChars = chars;
-}
inline void LwpPara::SetDropcapLayout(LwpDropcapLayout* pLayout)
{
m_pDropcapLayout = pLayout;