summaryrefslogtreecommitdiff
path: root/lotuswordpro/source/filter/lwptabrack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/source/filter/lwptabrack.hxx')
-rw-r--r--lotuswordpro/source/filter/lwptabrack.hxx21
1 files changed, 8 insertions, 13 deletions
diff --git a/lotuswordpro/source/filter/lwptabrack.hxx b/lotuswordpro/source/filter/lwptabrack.hxx
index 1f038e61ffd7..7157e08abbd1 100644
--- a/lotuswordpro/source/filter/lwptabrack.hxx
+++ b/lotuswordpro/source/filter/lwptabrack.hxx
@@ -100,9 +100,14 @@ public:
{
return m_nType;
}
- inline LeaderType GetLeaderType() const;
- inline sal_uInt16 GetAlignChar() const;
-
+ sal_uInt8 GetLeaderType() const
+ {
+ return m_nLeader;
+ }
+ sal_uInt16 GetAlignChar() const
+ {
+ return m_nAlignChar;
+ }
private:
sal_uInt32 m_nX;
sal_uInt8 m_nType;
@@ -116,16 +121,6 @@ inline sal_uInt32 LwpTab::GetPosition() const
return m_nX;
}
-inline LwpTab::LeaderType LwpTab::GetLeaderType() const
-{
- return static_cast<LwpTab::LeaderType>(m_nLeader);
-}
-
-inline sal_uInt16 LwpTab::GetAlignChar() const
-{
- return m_nAlignChar;
-}
-
class LwpTabRack : public LwpObject
{
public: