summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/datefunc/datefunc.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index c392ab448f22..500196cb6129 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: datefunc.cxx,v $
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
* This file is part of OpenOffice.org.
*
@@ -112,18 +112,6 @@ ScaStringList::~ScaStringList()
delete pStr;
}
-sal_Bool ScaStringList::Contains( const OUString& rSearch ) const
-{
- for( sal_uInt32 nIndex = 0; nIndex < Count(); nIndex++ )
- {
- const OUString* pStr = Get( nIndex );
- if( *pStr == rSearch )
- return sal_True;
- }
- return sal_False;
-}
-
-
//------------------------------------------------------------------
ScaResId::ScaResId( sal_uInt16 nId, ResMgr& rResMgr ) :