diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-13 22:53:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:21:47 +0100 |
commit | 5c3b0251b137c5d695d670c643fac1ee8049fb17 (patch) | |
tree | 5031e0e9ffe85b4381a9dd2d98c45a87a2ec9abb /lotuswordpro/source | |
parent | 684d499a42215bc50fcbce3e233a16c3282d9eb6 (diff) |
callcatcher: remove code, hide's erAcks to-do code behind an ifdef
Diffstat (limited to 'lotuswordpro/source')
-rw-r--r-- | lotuswordpro/source/filter/lwpparastyle.cxx | 12 | ||||
-rw-r--r-- | lotuswordpro/source/filter/lwpparastyle.hxx | 2 |
2 files changed, 0 insertions, 14 deletions
diff --git a/lotuswordpro/source/filter/lwpparastyle.cxx b/lotuswordpro/source/filter/lwpparastyle.cxx index 0d57b1dc9e7b..9637e89c0bce 100644 --- a/lotuswordpro/source/filter/lwpparastyle.cxx +++ b/lotuswordpro/source/filter/lwpparastyle.cxx @@ -795,16 +795,4 @@ LwpTabOverride* LwpParaStyle::GetTabOverride() const return NULL; } -sal_Bool LwpParaStyle::IsNumberRight() -{ - LwpAlignmentOverride* pAlign = GetAlignment(); - if (pAlign) - { - LwpAlignmentOverride::AlignType type; - type = pAlign->GetAlignType(); - if (type == LwpAlignmentOverride::ALIGN_NUMERICRIGHT) - return sal_True; - } - return sal_False; -} /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/lotuswordpro/source/filter/lwpparastyle.hxx b/lotuswordpro/source/filter/lwpparastyle.hxx index b078cc96adc5..40e4c615c08f 100644 --- a/lotuswordpro/source/filter/lwpparastyle.hxx +++ b/lotuswordpro/source/filter/lwpparastyle.hxx @@ -105,8 +105,6 @@ public: LwpTabOverride* GetTabOverride() const; LwpBulletOverride* GetBulletOverride() const; LwpNumberingOverride* GetNumberingOverride() const; - - sal_Bool IsNumberRight(); public: static void ApplySubBorder(LwpBorderStuff* pBorderStuff, LwpBorderStuff::BorderType eType, XFBorders* pXFBorders); //end |