summaryrefslogtreecommitdiff
path: root/cui/source/options/connpoolsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/connpoolsettings.hxx')
-rw-r--r--cui/source/options/connpoolsettings.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx
index a93f6aacf509..01ffccf654de 100644
--- a/cui/source/options/connpoolsettings.hxx
+++ b/cui/source/options/connpoolsettings.hxx
@@ -35,11 +35,11 @@ namespace offapp
//====================================================================
struct DriverPooling
{
- String sName;
+ OUString sName;
sal_Bool bEnabled;
sal_Int32 nTimeoutSeconds;
- DriverPooling( const String& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout );
+ DriverPooling( const OUString& _rName, sal_Bool _bEnabled, const sal_Int32 _nTimeout );
sal_Bool operator == (const DriverPooling& _rR) const;
sal_Bool operator != (const DriverPooling& _rR) const { return !operator ==(_rR); }