summaryrefslogtreecommitdiff
path: root/svx/source/options/srchcfg.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:01:01 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:01:01 +0000
commitfe5e812a2027bd0270e99c8b4837d6f92b0cefd7 (patch)
tree6fffd119f65b96dbccf1b5b52d76c41376d02c52 /svx/source/options/srchcfg.cxx
parent18320c6a1d60f96a77370fbf2f859d31a4d473a2 (diff)
INTEGRATION: CWS sb59 (1.8.62); FILE MERGED
2006/08/03 13:51:52 cl 1.8.62.1: removed compiler warnings
Diffstat (limited to 'svx/source/options/srchcfg.cxx')
-rw-r--r--svx/source/options/srchcfg.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/svx/source/options/srchcfg.cxx b/svx/source/options/srchcfg.cxx
index d1d2d0508aa4..0792f839361b 100644
--- a/svx/source/options/srchcfg.cxx
+++ b/svx/source/options/srchcfg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: srchcfg.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:29:58 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:01:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -69,7 +69,7 @@ using namespace com::sun::star::beans;
//-----------------------------------------------------------------------------
typedef SvxSearchEngineData* SvxSearchEngineDataPtr;
-SV_DECL_PTRARR_DEL(SvxSearchEngineArr, SvxSearchEngineDataPtr, 2, 2);
+SV_DECL_PTRARR_DEL(SvxSearchEngineArr, SvxSearchEngineDataPtr, 2, 2)
SV_IMPL_PTRARR(SvxSearchEngineArr, SvxSearchEngineDataPtr);
//-----------------------------------------------------------------------------
struct SvxSearchConfig_Impl
@@ -192,7 +192,7 @@ void SvxSearchConfig::Load()
/* -----------------------------17.01.01 09:57--------------------------------
---------------------------------------------------------------------------*/
-void SvxSearchConfig::Notify( const Sequence<OUString>& rPropertyNames)
+void SvxSearchConfig::Notify( const Sequence<OUString>& )
{
Load();
}
@@ -208,7 +208,6 @@ void SvxSearchConfig::Commit()
{
Sequence<PropertyValue> aSetValues(12 * pImpl->aEngineArr.Count());
PropertyValue* pSetValues = aSetValues.getArray();
- sal_Int32 nSetValue = 0;
const Sequence<OUString>& rPropNames = lcl_GetSearchPropertyNames_Impl();
const OUString* pPropNames = rPropNames.getConstArray();