[Libreoffice-commits] core.git: cui/source

Marcos Paulo marcospdss.org at gmail.com
Sun May 19 20:35:27 PDT 2013


 cui/source/tabpages/tabarea.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ef0015704ca67a8f9ffd8f4ae207be355da7f3e
Author: Marcos Paulo <marcospdss.org at gmail.com>
Date:   Sat May 18 19:31:56 2013 -0300

    fdo#38838 Replacement of the String with OUString
    
    Change-Id: I1feaa0bee39868aedd768202b584cabc1010f4d6
    Reviewed-on: https://gerrit.libreoffice.org/3958
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/cui/source/tabpages/tabarea.cxx b/cui/source/tabpages/tabarea.cxx
index 236333d..a5b6772 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 )
     {


More information about the Libreoffice-commits mailing list