summaryrefslogtreecommitdiff
path: root/svl/source/config/srchcfg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/config/srchcfg.cxx')
-rw-r--r--svl/source/config/srchcfg.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/config/srchcfg.cxx b/svl/source/config/srchcfg.cxx
index 533f83cae1c6..3869721aa7b3 100644
--- a/svl/source/config/srchcfg.cxx
+++ b/svl/source/config/srchcfg.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -105,9 +105,9 @@ SvxSearchConfig::SvxSearchConfig(sal_Bool bEnableNotify) :
pImpl(new SvxSearchConfig_Impl)
{
if(bEnableNotify)
- {
+ {
//request notifications from the node
- Sequence<OUString> aEnable(1);
+ Sequence<OUString> aEnable(1);
EnableNotification(aEnable);
}
Load();