summaryrefslogtreecommitdiff
path: root/linguistic/source/lngreg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/lngreg.cxx')
-rw-r--r--linguistic/source/lngreg.cxx18
1 files changed, 2 insertions, 16 deletions
diff --git a/linguistic/source/lngreg.cxx b/linguistic/source/lngreg.cxx
index 1f2ed71824b6..3ddf8f1ee046 100644
--- a/linguistic/source/lngreg.cxx
+++ b/linguistic/source/lngreg.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -73,16 +74,8 @@ extern void * SAL_CALL GrammarCheckingIterator_getFactory
void *
);
-//extern void * SAL_CALL GrammarChecker_getFactory
-//(
-// const sal_Char * pImplName,
-// XMultiServiceFactory * pServiceManager,
-// void *
-//);
-////////////////////////////////////////
// definition of the two functions that are used to provide the services
-//
extern "C"
{
@@ -125,16 +118,9 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
pImplName,
reinterpret_cast< XMultiServiceFactory * >( pServiceManager ),
pRegistryKey );
-/*
- if(!pRet)
- pRet = GrammarChecker_getFactory(
- pImplName,
- reinterpret_cast< XMultiServiceFactory * >( pServiceManager ),
- pRegistryKey );
-*/
return pRet;
}
}
-///////////////////////////////////////////////////////////////////////////
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */