From 00f5fde6c4520afe08650c257b8d2c279635eb09 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 13 Aug 2013 13:47:59 +0200 Subject: convert include/svtools/roadmapwizard.hxx from String to OUString Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82 --- extensions/source/abpilot/abspilot.cxx | 4 ++-- extensions/source/abpilot/abspilot.hxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions') diff --git a/extensions/source/abpilot/abspilot.cxx b/extensions/source/abpilot/abspilot.cxx index c213b7b1dd8b..a20ca1c4dd7b 100644 --- a/extensions/source/abpilot/abspilot.cxx +++ b/extensions/source/abpilot/abspilot.cxx @@ -133,7 +133,7 @@ namespace abp } //--------------------------------------------------------------------- - String OAddessBookSourcePilot::getStateDisplayName( WizardState _nState ) const + OUString OAddessBookSourcePilot::getStateDisplayName( WizardState _nState ) const { sal_uInt16 nResId = 0; switch ( _nState ) @@ -146,7 +146,7 @@ namespace abp } DBG_ASSERT( nResId, "OAddessBookSourcePilot::getStateDisplayName: don't know this state!" ); - String sDisplayName; + OUString sDisplayName; if ( nResId ) { svt::OLocalResourceAccess aAccess( ModuleRes( RID_DLG_ADDRESSBOOKSOURCEPILOT ), RSC_MODALDIALOG ); diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx index 8982e71010cb..12bc60be5d4c 100644 --- a/extensions/source/abpilot/abspilot.hxx +++ b/extensions/source/abpilot/abspilot.hxx @@ -75,7 +75,7 @@ namespace abp virtual sal_Bool onFinish(); // RoadmapWizard - virtual String getStateDisplayName( WizardState _nState ) const; + virtual OUString getStateDisplayName( WizardState _nState ) const; virtual sal_Bool Close(); -- cgit