summaryrefslogtreecommitdiff
path: root/cui/source/options/connpoolsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpoolsettings.cxx')
-rw-r--r--cui/source/options/connpoolsettings.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/source/options/connpoolsettings.cxx b/cui/source/options/connpoolsettings.cxx
index 8c32ad12f40d..f3756627ea07 100644
--- a/cui/source/options/connpoolsettings.cxx
+++ b/cui/source/options/connpoolsettings.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
@@ -57,9 +57,9 @@ namespace offapp
//--------------------------------------------------------------------
sal_Bool DriverPooling::operator == (const DriverPooling& _rR) const
{
- return (sName == _rR.sName)
- && (bEnabled == _rR.bEnabled)
- && (nTimeoutSeconds == _rR.nTimeoutSeconds);
+ return (sName == _rR.sName)
+ && (bEnabled == _rR.bEnabled)
+ && (nTimeoutSeconds == _rR.nTimeoutSeconds);
}
//====================================================================
@@ -115,7 +115,7 @@ namespace offapp
//--------------------------------------------------------------------
//........................................................................
-} // namespace offapp
+} // namespace offapp
//........................................................................