summaryrefslogtreecommitdiffstats
path: root/sw/inc/txatritr.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-02-15 01:13:52 -0200
committerMarcos Souza <marcos.souza.org@gmail.com>2014-02-17 10:26:30 +0000
commit067d08029384af6e620f0fc48e31ff2a740e1fc8 (patch)
tree79686fab1bce28da089332730891c790a669f780 /sw/inc/txatritr.hxx
parentconvert biblio choose data source dialog to .ui (diff)
downloadcore-067d08029384af6e620f0fc48e31ff2a740e1fc8.tar.gz
core-067d08029384af6e620f0fc48e31ff2a740e1fc8.zip
fdo#63154 Remove unused solar.h reference in sw.
Change-Id: I6e13f3705cb591573693cf60220e32aa823c5886 Reviewed-on: https://gerrit.libreoffice.org/8067 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'sw/inc/txatritr.hxx')
-rw-r--r--sw/inc/txatritr.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/txatritr.hxx b/sw/inc/txatritr.hxx
index 5ee6d11b23f3..6a542ebf6b99 100644
--- a/sw/inc/txatritr.hxx
+++ b/sw/inc/txatritr.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SW_INC_TXATRITR_HXX
#define INCLUDED_SW_INC_TXATRITR_HXX
-#include <tools/solar.h>
#include <sal/types.h>
#include <editeng/langitem.hxx>
#include <hintids.hxx>
@@ -30,7 +29,6 @@ class SwTxtNode;
class SwTxtAttr;
class SfxPoolItem;
-
class SwScriptIterator
{
const OUString& m_rText;
@@ -49,7 +47,6 @@ public:
const OUString& GetText() const { return m_rText; }
};
-
class SwTxtAttrIterator
{
SwScriptIterator aSIter;
@@ -73,7 +70,6 @@ public:
sal_Int32 GetChgPos() const { return nChgPos; }
};
-
class SwLanguageIterator : public SwTxtAttrIterator
{
public:
@@ -87,7 +83,6 @@ public:
{ return ((SvxLanguageItem&)GetAttr()).GetValue(); }
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */