summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/drawfont.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/drawfont.hxx')
-rw-r--r--sw/source/core/inc/drawfont.hxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/core/inc/drawfont.hxx b/sw/source/core/inc/drawfont.hxx
index c93ad1d95172..63d63568313b 100644
--- a/sw/source/core/inc/drawfont.hxx
+++ b/sw/source/core/inc/drawfont.hxx
@@ -56,8 +56,6 @@ class SW_DLLPUBLIC SwDrawTextInfo
SwFont *m_pFnt;
SwUnderlineFont* m_pUnderFnt;
sal_Int32* m_pHyphPos;
- long m_nLeft;
- long m_nRight;
long m_nKanaDiff;
sal_Int32 m_nIdx;
sal_Int32 m_nLen;
@@ -140,8 +138,6 @@ public:
m_pSmartTags = nullptr;
m_pFnt = nullptr;
m_pHyphPos = nullptr;
- m_nLeft = 0;
- m_nRight = 0;
m_nKanaDiff = 0;
m_nOfst = 0;
m_nAscent = 0;
@@ -470,22 +466,6 @@ public:
#endif
}
- void SetLeft( long nNew )
- {
- m_nLeft = nNew;
-#ifdef DBG_UTIL
- m_bLeft = true;
-#endif
- }
-
- void SetRight( long nNew )
- {
- m_nRight = nNew;
-#ifdef DBG_UTIL
- m_bRight = true;
-#endif
- }
-
void SetKanaDiff( long nNew )
{
m_nKanaDiff = nNew;