From 5ef0015704ca67a8f9ffd8f4ae207be355da7f3e Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Sat, 18 May 2013 19:31:56 -0300 Subject: fdo#38838 Replacement of the String with OUString Change-Id: I1feaa0bee39868aedd768202b584cabc1010f4d6 Reviewed-on: https://gerrit.libreoffice.org/3958 Reviewed-by: Norbert Thiebaud Tested-by: Norbert Thiebaud --- cui/source/tabpages/tabarea.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx index 236333d93e7f..a5b677233e06 100644 --- a/cui/source/tabpages/tabarea.cxx +++ b/cui/source/tabpages/tabarea.cxx @@ -135,7 +135,7 @@ void SvxAreaTabDialog::SavePalettes() // save the tables when they have been changed - const String aPath( SvtPathOptions().GetPalettePath() ); + const OUString aPath( SvtPathOptions().GetPalettePath() ); if( mnHatchingListState & CT_MODIFIED ) { -- cgit