summaryrefslogtreecommitdiff
path: root/linguistic/workben
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-04-04 15:13:25 +0200
committerChristina Rossmanith <ChrRossmanith@web.de>2011-04-04 15:13:25 +0200
commitfe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 (patch)
treed2eb6d6abccf8c091e0014499d58850bb0cfcdaf /linguistic/workben
parent8607aaf27498ebd949023354d776ae0af49ab43a (diff)
Remove commented code in libs-core/linguistic
Diffstat (limited to 'linguistic/workben')
-rw-r--r--linguistic/workben/sprophelp.cxx3
-rw-r--r--linguistic/workben/sprophelp.hxx3
-rw-r--r--linguistic/workben/sreg.cxx5
-rw-r--r--linguistic/workben/sspellimp.cxx6
-rw-r--r--linguistic/workben/sspellimp.hxx4
5 files changed, 0 insertions, 21 deletions
diff --git a/linguistic/workben/sprophelp.cxx b/linguistic/workben/sprophelp.cxx
index f9b3441889d2..62f4b215ecba 100644
--- a/linguistic/workben/sprophelp.cxx
+++ b/linguistic/workben/sprophelp.cxx
@@ -54,7 +54,6 @@ using ::rtl::OUString;
#define A2OU(x) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( x ))
-///////////////////////////////////////////////////////////////////////////
PropertyChgHelper::PropertyChgHelper(
@@ -177,7 +176,6 @@ sal_Bool SAL_CALL
return bRes;
}
-///////////////////////////////////////////////////////////////////////////
static const char *aSP[] =
{
@@ -369,6 +367,5 @@ void PropertyHelper_Spell::SetTmpPropVals( const PropertyValues &rPropVals )
}
}
-///////////////////////////////////////////////////////////////////////////
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/linguistic/workben/sprophelp.hxx b/linguistic/workben/sprophelp.hxx
index fc8798bff215..b5cf94f84a48 100644
--- a/linguistic/workben/sprophelp.hxx
+++ b/linguistic/workben/sprophelp.hxx
@@ -54,7 +54,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::linguistic2;
-///////////////////////////////////////////////////////////////////////////
// PropertyChgHelper
// virtual base class for all XPropertyChangeListener members of the
// various lingu services.
@@ -117,7 +116,6 @@ public:
};
-///////////////////////////////////////////////////////////////////////////
class PropertyHelper_Spell :
@@ -167,7 +165,6 @@ public:
BOOL IsSpellCapitalization() const { return bResIsSpellCapitalization; }
};
-///////////////////////////////////////////////////////////////////////////
#endif
diff --git a/linguistic/workben/sreg.cxx b/linguistic/workben/sreg.cxx
index 1fb80047fa11..873ed8fbdb0a 100644
--- a/linguistic/workben/sreg.cxx
+++ b/linguistic/workben/sreg.cxx
@@ -38,9 +38,7 @@
using namespace com::sun::star::lang;
using namespace com::sun::star::registry;
-////////////////////////////////////////
// declaration of external RegEntry-functions defined by the service objects
-//
extern sal_Bool SAL_CALL SpellChecker_writeInfo(
void * /*pServiceManager*/, XRegistryKey * pRegistryKey );
@@ -50,9 +48,7 @@ extern void * SAL_CALL SpellChecker_getFactory(
XMultiServiceFactory * pServiceManager,
void * /*pRegistryKey*/ );
-////////////////////////////////////////
// definition of the two functions that are used to provide the services
-//
extern "C"
{
@@ -82,6 +78,5 @@ void * SAL_CALL component_getFactory(
}
-///////////////////////////////////////////////////////////////////////////
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index 992e545b12a0..bed18d9df855 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -54,7 +54,6 @@ using namespace linguistic;
using ::rtl::OUString;
-///////////////////////////////////////////////////////////////////////////
BOOL operator == ( const Locale &rL1, const Locale &rL2 )
{
@@ -63,7 +62,6 @@ BOOL operator == ( const Locale &rL1, const Locale &rL2 )
rL1.Variant == rL2.Variant;
}
-///////////////////////////////////////////////////////////////////////////
SpellChecker::SpellChecker() :
@@ -365,7 +363,6 @@ void SAL_CALL
{
Reference< XPropertySet > xPropSet;
rArguments.getConstArray()[0] >>= xPropSet;
- //rArguments.getConstArray()[1] >>= xDicList;
//! Pointer allows for access of the non-UNO functions.
//! And the reference to the UNO-functions while increasing
@@ -418,9 +415,7 @@ void SAL_CALL
}
-///////////////////////////////////////////////////////////////////////////
// Service specific part
-//
OUString SAL_CALL SpellChecker::getImplementationName()
throw(RuntimeException)
@@ -507,6 +502,5 @@ void * SAL_CALL SpellChecker_getFactory( const sal_Char * pImplName,
}
-///////////////////////////////////////////////////////////////////////////
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/linguistic/workben/sspellimp.hxx b/linguistic/workben/sspellimp.hxx
index d15a57d34c08..bc85186a07d0 100644
--- a/linguistic/workben/sspellimp.hxx
+++ b/linguistic/workben/sspellimp.hxx
@@ -52,7 +52,6 @@ using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::linguistic2;
-///////////////////////////////////////////////////////////////////////////
class SpellChecker :
@@ -141,9 +140,7 @@ public:
removeEventListener( const Reference< XEventListener >& rxListener )
throw(RuntimeException);
- ////////////////////////////////////////////////////////////
// Service specific part
- //
// XServiceInfo
virtual OUString SAL_CALL
@@ -169,7 +166,6 @@ inline OUString SpellChecker::getImplementationName_Static() throw()
}
-///////////////////////////////////////////////////////////////////////////
#endif