summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-02 07:51:54 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-02 07:51:54 +0000
commit15378f31d3439fe5238244fe2c2938d84b4d4292 (patch)
tree092c6b06da8bcc8a70e8405bc3ce89269840d558 /scaddins
parent158c96d9037e9fa0ddbc5aafaee3512163439265 (diff)
INTEGRATION: CWS dr61 (1.14.2); FILE MERGED
2008/04/23 12:17:43 dr 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2008/04/01 14:58:29 dr 1.14.2.1: #i86308# unused methods, patch by cmc
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 ) :