diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-08-03 10:25:58 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-08-03 10:25:58 +0100 |
commit | 4ba1224b5e746ccfaac66b4d5dc74d7b49a91a0b (patch) | |
tree | f11995b0d063591594308417cc87fbe30b5e6ae8 /cui/source/options/connpoolsettings.cxx | |
parent | 39123c969ac9b94845814b39b5b2618840f1e4d9 (diff) | |
parent | 2ae7ed978e22dbb6fc5e84c3dc686ab4bb9e1cec (diff) |
cmcfixes77: merge with DEV300 m86
Diffstat (limited to 'cui/source/options/connpoolsettings.cxx')
-rw-r--r-- | cui/source/options/connpoolsettings.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/cui/source/options/connpoolsettings.cxx b/cui/source/options/connpoolsettings.cxx index f17b805000f9..ae01a4f08f27 100644 --- a/cui/source/options/connpoolsettings.cxx +++ b/cui/source/options/connpoolsettings.cxx @@ -39,13 +39,6 @@ namespace offapp //= DriverPooling //==================================================================== //-------------------------------------------------------------------- - DriverPooling::DriverPooling() - :bEnabled(sal_False) - ,nTimeoutSeconds(0) - { - } - - //-------------------------------------------------------------------- DriverPooling::DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout ) :sName(_rName) ,bEnabled(_bEnabled) |