summaryrefslogtreecommitdiff
path: root/sw/inc/txatritr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r--sw/inc/txatritr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx
index 5ee6d11b23f3..91717f4406dd 100644
--- a/sw/inc/txatritr.hxx
+++ b/sw/inc/txatritr.hxx
@@ -30,7 +30,6 @@ class SwTxtNode;
class SwTxtAttr;
class SfxPoolItem;
-
class SwScriptIterator
{
const OUString& m_rText;
@@ -49,7 +48,6 @@ public:
const OUString& GetText() const { return m_rText; }
};
-
class SwTxtAttrIterator
{
SwScriptIterator aSIter;
@@ -73,7 +71,6 @@ public:
sal_Int32 GetChgPos() const { return nChgPos; }
};
-
class SwLanguageIterator : public SwTxtAttrIterator
{
public:
@@ -87,7 +84,6 @@ public:
{ return ((SvxLanguageItem&)GetAttr()).GetValue(); }
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */