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

New commits:
commit 5ef0015704ca67a8f9ffd8f4ae207be355da7f3e
Author: Marcos Paulo <marcospdss....@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 <nthieb...@gmail.com>
    Tested-by: Norbert Thiebaud <nthieb...@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 )
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to