summaryrefslogtreecommitdiff
path: root/include/unotools/lingucfg.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-23 02:08:39 -0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-01-23 09:48:42 +0000
commit4bdf9a02478459a2d2bab749ff0435e8392759d7 (patch)
tree9c272465c1390b058e93a7169b8ae7d3d1278216 /include/unotools/lingucfg.hxx
parent99dafea3e56e5d2b559352896a509bf7fa0fdab5 (diff)
fdo#63154 Removed unused solar.h reference
Change-Id: I6b2f9e04e2232570c8bb9f36252b23a70c5f7525 Reviewed-on: https://gerrit.libreoffice.org/7604 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/unotools/lingucfg.hxx')
-rw-r--r--include/unotools/lingucfg.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/unotools/lingucfg.hxx b/include/unotools/lingucfg.hxx
index c6520adbf338..eb9c99df1d06 100644
--- a/include/unotools/lingucfg.hxx
+++ b/include/unotools/lingucfg.hxx
@@ -26,19 +26,15 @@
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/util/XChangesBatch.hpp>
-#include <tools/solar.h>
#include <rtl/ustring.hxx>
#include <unotools/configitem.hxx>
#include <osl/mutex.hxx>
#include <unotools/options.hxx>
#include <i18nlangtag/lang.h>
-
#include <vector>
class SvtLinguConfigItem;
-//////////////////////////////////////////////////////////////////////
-
struct UNOTOOLS_DLLPUBLIC SvtLinguOptions
{
::com::sun::star::uno::Sequence< OUString > aActiveDics;
@@ -131,8 +127,6 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguOptions
SvtLinguOptions();
};
-//////////////////////////////////////////////////////////////////////
-
struct UNOTOOLS_DLLPUBLIC SvtLinguConfigDictionaryEntry
{
// the URL's pointing to the location of the files the dictionary consists of
@@ -143,8 +137,6 @@ struct UNOTOOLS_DLLPUBLIC SvtLinguConfigDictionaryEntry
com::sun::star::uno::Sequence< OUString > aLocaleNames;
};
-//////////////////////////////////////////////////////////////////////
-
class UNOTOOLS_DLLPUBLIC SvtLinguConfig: public utl::detail::Options
{
// returns static object
@@ -221,8 +213,6 @@ public:
bool HasGrammarChecker() const;
};
-//////////////////////////////////////////////////////////////////////
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */