diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-04-04 15:13:25 +0200 |
---|---|---|
committer | Christina Rossmanith <ChrRossmanith@web.de> | 2011-04-04 15:13:25 +0200 |
commit | fe44fe403e57155cb479cd8e9cfbb77e1ba4fb01 (patch) | |
tree | d2eb6d6abccf8c091e0014499d58850bb0cfcdaf /linguistic/source/lngopt.cxx | |
parent | 8607aaf27498ebd949023354d776ae0af49ab43a (diff) |
Remove commented code in libs-core/linguistic
Diffstat (limited to 'linguistic/source/lngopt.cxx')
-rw-r--r-- | linguistic/source/lngopt.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/linguistic/source/lngopt.cxx b/linguistic/source/lngopt.cxx index 8fa1ff68a42a..b7b2f1546015 100644 --- a/linguistic/source/lngopt.cxx +++ b/linguistic/source/lngopt.cxx @@ -62,7 +62,6 @@ using namespace com::sun::star::registry; using ::rtl::OUString; -/////////////////////////////////////////////////////////////////////////// // static member intialization @@ -193,8 +192,6 @@ sal_Bool LinguOptions::SetValue( Any &rOld, const Any &rVal, sal_Int32 nWID ) } } -// if (bRes) -// pData->SetModified(); return bRes; } @@ -310,7 +307,6 @@ OUString LinguOptions::GetName( sal_Int32 nWID ) } -/////////////////////////////////////////////////////////////////////////// //! map must be sorted by first entry in alphabetical increasing order. const SfxItemPropertyMapEntry* lcl_GetLinguProps() @@ -498,7 +494,6 @@ void SAL_CALL LinguProps::addVetoableChangeListener( const Reference< XVetoableChangeListener >& /*xListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException) { -// MutexGuard aGuard( GetLinguMutex() ); } void SAL_CALL LinguProps::removeVetoableChangeListener( @@ -506,7 +501,6 @@ void SAL_CALL LinguProps::removeVetoableChangeListener( const Reference< XVetoableChangeListener >& /*xListener*/ ) throw(UnknownPropertyException, WrappedTargetException, RuntimeException) { -// MutexGuard aGuard( GetLinguMutex() ); } @@ -617,9 +611,7 @@ void SAL_CALL } -/////////////////////////////////////////////////////////////////////////// // Service specific part -// // XServiceInfo OUString SAL_CALL LinguProps::getImplementationName() @@ -681,6 +673,5 @@ void * SAL_CALL LinguProps_getFactory( const sal_Char * pImplName, return pRet; } -/////////////////////////////////////////////////////////////////////////// /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |