summaryrefslogtreecommitdiffstats
path: root/sw/inc/splargs.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/splargs.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/splargs.hxx')
-rw-r--r--sw/inc/splargs.hxx19
1 files changed, 3 insertions, 16 deletions
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 03938d2912db..75c8224984b4 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -20,21 +20,17 @@
#define INCLUDED_SW_INC_SPLARGS_HXX
#include <i18nlangtag/lang.h>
-#include <tools/solar.h>
#include <tools/gen.hxx>
#include <limits.h>
class SwTxtNode;
class SwIndex;
class Font;
+
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
-/*************************************************************************
- * struct SwArgsBase
- *************************************************************************/
-
struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
{
@@ -61,10 +57,9 @@ struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
}
};
-/*************************************************************************
- * struct SwConversionArgs
+/*
* used for text conversion (Hangul/Hanja, Simplified/Traditional Chinese, ...)
- *************************************************************************/
+ */
struct SwConversionArgs : SwArgsBase
{
@@ -90,10 +85,6 @@ struct SwConversionArgs : SwArgsBase
{}
};
-/*************************************************************************
- * struct SwSpellArgs
- *************************************************************************/
-
struct SwSpellArgs : SwArgsBase
{
::com::sun::star::uno::Reference<
@@ -115,10 +106,6 @@ struct SwSpellArgs : SwArgsBase
{}
};
-/*************************************************************************
- * class SwInterHyphInfo
- *************************************************************************/
-
// Parameter-class for Hyphenate.
// docedt.cxx: SwDoc::Hyphenate()
// txtedt.cxx: SwTxtNode::Hyphenate()