summaryrefslogtreecommitdiff
path: root/sw/inc/txatbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txatbase.hxx')
-rw-r--r--sw/inc/txatbase.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/txatbase.hxx b/sw/inc/txatbase.hxx
index 603b45618aac..92e1cb0495b9 100644
--- a/sw/inc/txatbase.hxx
+++ b/sw/inc/txatbase.hxx
@@ -25,7 +25,6 @@
#include <boost/utility.hpp>
-
class SfxItemPool;
class SvXMLAttrContainerItem;
class SwFmtRuby;
@@ -39,7 +38,6 @@ class SwTOXMark;
class SwFmtRefMark;
class SwFmtMeta;
-
class SwTxtAttr : private boost::noncopyable
{
private:
@@ -134,7 +132,6 @@ public:
virtual sal_Int32* GetEnd();
};
-
// --------------- Inline Implementations ------------------------
inline const sal_Int32* SwTxtAttr::End() const
@@ -168,8 +165,6 @@ inline void SwTxtAttr::SetDontExpand( bool bDontExpand )
}
}
-//------------------------------------------------------------------------
-
inline const SwFmtCharFmt& SwTxtAttr::GetCharFmt() const
{
assert( m_pAttr && m_pAttr->Which() == RES_TXTATR_CHARFMT );