summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtcache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/txtcache.hxx')
-rw-r--r--sw/source/core/text/txtcache.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/text/txtcache.hxx b/sw/source/core/text/txtcache.hxx
index bd960c9ac4e1..021f5e040ac0 100644
--- a/sw/source/core/text/txtcache.hxx
+++ b/sw/source/core/text/txtcache.hxx
@@ -42,7 +42,6 @@ public:
inline void SetPara( SwParaPortion *pNew ) { pLine = pNew; }
};
-
class SwTxtLineAccess : public SwCacheAccess
{
@@ -59,7 +58,6 @@ public:
virtual bool IsAvailable() const;
};
-
inline SwTxtLine &SwTxtLineAccess::GetTxtLine()
{
return *((SwTxtLine*)Get());