From ea2c80bdcd862f91dd7429184aea29d9a77f9774 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Sep 2013 08:30:52 +0200 Subject: convert CUI module from String to OUString Change-Id: I79bdab414d448a0d619b80857d7b31633c116f81 --- cui/source/options/connpoolsettings.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/options/connpoolsettings.hxx') 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); } -- cgit