summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/lngsvcmgr.cxx')
-rw-r--r--linguistic/source/lngsvcmgr.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index c840b87111e2..527173245e46 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -46,15 +46,12 @@
#include "thesdsp.hxx"
#include "gciterator.hxx"
-
using namespace com::sun::star;
using namespace linguistic;
-// forward declarations
uno::Sequence< OUString > static GetLangSvcList( const uno::Any &rVal );
uno::Sequence< OUString > static GetLangSvc( const uno::Any &rVal );
-
static bool lcl_SeqHasString( const uno::Sequence< OUString > &rSeq, const OUString &rText )
{
bool bRes = false;
@@ -2133,6 +2130,4 @@ void * SAL_CALL LngSvcMgr_getFactory(
return pRet;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */