diff options
author | Marcos Paulo <marcospdss.org@gmail.com> | 2013-05-18 19:31:56 -0300 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-05-20 03:35:08 +0000 |
commit | 5ef0015704ca67a8f9ffd8f4ae207be355da7f3e (patch) | |
tree | b26a698632c00201807922edd11353da8daa083a /cui | |
parent | c9c2fbe485de2bb831bd2e58faef87a19ceff622 (diff) |
fdo#38838 Replacement of the String with OUString
Change-Id: I1feaa0bee39868aedd768202b584cabc1010f4d6
Reviewed-on: https://gerrit.libreoffice.org/3958
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tabarea.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |